POST api/Company/GetGibUserByVknTckn
Request Information
URI Parameters
None.
Body Parameters
GetRecipientFromGibUserMobileRequestName | Description | Type | Additional information |
---|---|---|---|
ReceiverTaxCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReceiverTaxCode": "sample string 1" }
application/xml, text/xml
Sample:
<GetRecipientFromGibUserMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile"> <ReceiverTaxCode>sample string 1</ReceiverTaxCode> </GetRecipientFromGibUserMobileRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetRecipientFromGibUserMobileResponseName | Description | Type | Additional information |
---|---|---|---|
Recipient | RecipientGibUserMobileModel |
None. |
|
Result | ResultType |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Recipient": { "GibUserName": "sample string 1", "VknTckn": "sample string 2" }, "Result": 0, "ErrorMessage": "sample string 1" }
application/xml, text/xml
Sample:
<GetRecipientFromGibUserMobileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile"> <_x003C_ErrorMessage_x003E_k__BackingField>sample string 1</_x003C_ErrorMessage_x003E_k__BackingField> <_x003C_Result_x003E_k__BackingField>Success</_x003C_Result_x003E_k__BackingField> <Recipient> <GibUserName>sample string 1</GibUserName> <VknTckn>sample string 2</VknTckn> </Recipient> </GetRecipientFromGibUserMobileResponse>