InvoiceProfile¶
An InvoiceProfile resource contains invoice-, delivery address and references used when placing orderers.
Resource definition¶
{
"Id": 1,
"Organization": {
"Id": 3869,
"Name": "My company AB"
},
"Name": "Default invoice profile",
"InvoiceReference": "SPLA Dec 2015",
"CustomerReference": "My customer",
"RequisitionNumber": "34234332344",
"InvoiceAddressId": 352345345,
"DeliveryAddressId": 534535345,
"DeliveryAddress": {
"Name": "My company",
"CompleteAddress": "My company, Street name 3 City 156489 Sweden",
"Street": "Street name 3",
"ZipCode": "123456",
"City": "City",
"County": "",
"State": "",
"CountryCode": "SE"
},
"InvoiceAddress": {
"Name": "My company",
"CompleteAddress": "My company, Street name 3 City 156489 Sweden",
"Street": "Street name 3",
"ZipCode": "123456",
"City": "City",
"County": "",
"State": "",
"CountryCode": "SE"
}
}
Name |
Type |
Description |
---|---|---|
Id |
int |
Unique identifier |
Organization |
ObjectReference |
The organization the invoice profile is connected to |
Name |
string |
Name of invoice profile |
InvoiceReference |
string |
|
CustomerReference |
string |
|
RequisitionNumber |
string |
|
InvoiceAddressId |
long |
Optional reference that describe the end customer. |
DeliveryAddressId |
long |
The organization/reseller this CustomerTenant is connected to. |
DeliveryAddress |
AddressData |
Invoice profile used when billing subscriptions and usage. |
InvoiceAddress |
AddressData |
Invoice profile used when billing subscriptions and usage. |