POST api/ListPudo
Request Information
URI Parameters
None.
Body Parameters
PostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| msgType | string |
None. |
|
| clientCod | string |
None. |
|
| msgContentType | string |
None. |
|
| msgContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"msgType": "sample string 1",
"clientCod": "sample string 2",
"msgContentType": "sample string 3",
"msgContent": "sample string 4"
}
application/xml, text/xml
Sample:
<PostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CacesaAPI.Model.Comunes"> <clientCod>sample string 2</clientCod> <msgContent>sample string 4</msgContent> <msgContentType>sample string 3</msgContentType> <msgType>sample string 1</msgType> </PostModel>
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.