POST CanExpressAPI/prestel-user/billing-data

Request Information

URI Parameters

None.

Body Parameters

BillingDataRequest
NameDescriptionTypeAdditional information
PrestelUserId

globally unique identifier

None.

IdentificationNumber

string

None.

BillingName

string

None.

BillingLastName

string

None.

BillingSecondLastName

string

None.

AddressDataOid

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PrestelUserId": "910150da-c0eb-440b-ab85-2137c91338ef",
  "IdentificationNumber": "sample string 2",
  "BillingName": "sample string 3",
  "BillingLastName": "sample string 4",
  "BillingSecondLastName": "sample string 5",
  "AddressDataOid": "f3dbad0a-a28c-4941-87d0-fbe716ecda67"
}

application/xml, text/xml

Sample:
<BillingDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGest.Web.API.Models.CanExpress">
  <AddressDataOid>f3dbad0a-a28c-4941-87d0-fbe716ecda67</AddressDataOid>
  <BillingLastName>sample string 4</BillingLastName>
  <BillingName>sample string 3</BillingName>
  <BillingSecondLastName>sample string 5</BillingSecondLastName>
  <IdentificationNumber>sample string 2</IdentificationNumber>
  <PrestelUserId>910150da-c0eb-440b-ab85-2137c91338ef</PrestelUserId>
</BillingDataRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.