POST api/v2/lojasync/newsync
Request Information
URI Parameters
None.
Body Parameters
Collection of LojaSyncInputName | Description | Type | Additional information |
---|---|---|---|
Token | globally unique identifier |
None. |
|
QuantidadeRegistros | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Token": "2ba3b080-e5f8-4fd7-9b84-4e0c3e8582a7", "QuantidadeRegistros": 2 }, { "Token": "2ba3b080-e5f8-4fd7-9b84-4e0c3e8582a7", "QuantidadeRegistros": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfLojaSyncInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Common.Input.LojaSync"> <LojaSyncInput> <QuantidadeRegistros>2</QuantidadeRegistros> <Token>2ba3b080-e5f8-4fd7-9b84-4e0c3e8582a7</Token> </LojaSyncInput> <LojaSyncInput> <QuantidadeRegistros>2</QuantidadeRegistros> <Token>2ba3b080-e5f8-4fd7-9b84-4e0c3e8582a7</Token> </LojaSyncInput> </ArrayOfLojaSyncInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.