POST api/Multi_Configuracion
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"StoreId": "sample string 2",
"TokenExpire": "2026-01-12T19:20:54.0874286-06:00",
"PlataformaId": 4
}
application/xml, text/xml
Sample:
<Token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL"> <PlataformaId>4</PlataformaId> <StoreId>sample string 2</StoreId> <Token>sample string 1</Token> <TokenExpire>2026-01-12T19:20:54.0874286-06:00</TokenExpire> </Token>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>