POST api/F059/A118/TelechargerFacture
Request Information
URI Parameters
None.
Body Parameters
CriteresTelechargerFactureName | Description | Type | Additional information |
---|---|---|---|
codeFournisseur | string |
None. |
|
numeroFacture | string |
None. |
|
typeSortieFacture | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "codeFournisseur": "sample string 1", "numeroFacture": "sample string 2", "typeSortieFacture": "sample string 3" }
application/xml, text/xml
Sample:
<CriteresTelechargerFacture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mr.esb.front.Models.F059.A118.Facture"> <codeFournisseur>sample string 1</codeFournisseur> <numeroFacture>sample string 2</numeroFacture> <typeSortieFacture>sample string 3</typeSortieFacture> </CriteresTelechargerFacture>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.