POST api/Comunicacion/ExistenciaFolio
Request Information
URI Parameters
None.
Body Parameters
ValidacionFolioName | Description | Type | Additional information |
---|---|---|---|
IdSucursal | globally unique identifier |
None. |
|
Prefijo | string |
None. |
|
Folio | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdSucursal": "ff0d7fb0-c136-4bb6-ac72-b51c1549af26", "Prefijo": "sample string 2", "Folio": "sample string 3" }
application/xml, text/xml
Sample:
<ValidacionFolio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFACSEV2.Models.Json"> <Folio>sample string 3</Folio> <IdSucursal>ff0d7fb0-c136-4bb6-ac72-b51c1549af26</IdSucursal> <Prefijo>sample string 2</Prefijo> </ValidacionFolio>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />