POST api/RegistrazionePos
Request Information
URI Parameters
None.
Body Parameters
BodyPosRegistrazione| Name | Description | Type | Additional information |
|---|---|---|---|
| pos_azienda | string |
None. |
|
| pos_partita_iva | string |
None. |
|
| pos_email | string |
None. |
|
| pos_cellulare | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pos_azienda": "sample string 1",
"pos_partita_iva": "sample string 2",
"pos_email": "sample string 3",
"pos_cellulare": "sample string 4"
}
application/xml, text/xml
Sample:
<BodyPosRegistrazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiPos.Controllers"> <pos_azienda>sample string 1</pos_azienda> <pos_cellulare>sample string 4</pos_cellulare> <pos_email>sample string 3</pos_email> <pos_partita_iva>sample string 2</pos_partita_iva> </BodyPosRegistrazione>
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.