POST api/Parameter/GetExportReceiverList

Request Information

URI Parameters

None.

Body Parameters

GetExportReceiverListMobileRequest
NameDescriptionTypeAdditional information
CompanyId

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1.0
}

application/xml, text/xml

Sample:
<GetExportReceiverListMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">
  <CompanyId>1</CompanyId>
</GetExportReceiverListMobileRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetExportReceiverListMobileRequest'.

Response Information

Resource Description

GetExportReceiverListMobileResponse
NameDescriptionTypeAdditional information
ExportReceiverList

Collection of GetExportReceiverMobileModel

None.

Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExportReceiverList": [
    {
      "ExportReceiverId": 1.0,
      "Title": "sample string 2",
      "FormalTitle": "sample string 3",
      "CityName": "sample string 4",
      "TownName": "sample string 5",
      "DistrictName": "sample string 6",
      "CountryName": "sample string 7",
      "TaxRegistrationNumber": "sample string 8",
      "BuildingNumber": "sample string 9",
      "PostalCode": "sample string 10"
    },
    {
      "ExportReceiverId": 1.0,
      "Title": "sample string 2",
      "FormalTitle": "sample string 3",
      "CityName": "sample string 4",
      "TownName": "sample string 5",
      "DistrictName": "sample string 6",
      "CountryName": "sample string 7",
      "TaxRegistrationNumber": "sample string 8",
      "BuildingNumber": "sample string 9",
      "PostalCode": "sample string 10"
    }
  ],
  "Result": 0,
  "ErrorMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<GetExportReceiverListMobileResponse 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>
  <ExportReceiverList>
    <GetExportReceiverMobileModel>
      <BuildingNumber>sample string 9</BuildingNumber>
      <CityName>sample string 4</CityName>
      <CountryName>sample string 7</CountryName>
      <DistrictName>sample string 6</DistrictName>
      <ExportReceiverId>1</ExportReceiverId>
      <FormalTitle>sample string 3</FormalTitle>
      <PostalCode>sample string 10</PostalCode>
      <TaxRegistrationNumber>sample string 8</TaxRegistrationNumber>
      <Title>sample string 2</Title>
      <TownName>sample string 5</TownName>
    </GetExportReceiverMobileModel>
    <GetExportReceiverMobileModel>
      <BuildingNumber>sample string 9</BuildingNumber>
      <CityName>sample string 4</CityName>
      <CountryName>sample string 7</CountryName>
      <DistrictName>sample string 6</DistrictName>
      <ExportReceiverId>1</ExportReceiverId>
      <FormalTitle>sample string 3</FormalTitle>
      <PostalCode>sample string 10</PostalCode>
      <TaxRegistrationNumber>sample string 8</TaxRegistrationNumber>
      <Title>sample string 2</Title>
      <TownName>sample string 5</TownName>
    </GetExportReceiverMobileModel>
  </ExportReceiverList>
</GetExportReceiverListMobileResponse>