POST api/Supplier?accountSerieId={accountSerieId}&overrideClient={overrideClient}&deleteIfError={deleteIfError}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountSerieId | integer |
Default value is 0 |
|
overrideClient | string |
None. |
|
deleteIfError | boolean |
Default value is True |
Body Parameters
SupplierName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
externalId | string |
None. |
|
supplierNo | integer |
None. |
|
companyNo | string |
None. |
|
name | string |
None. |
|
address1 | string |
None. |
|
address2 | string |
None. |
|
address3 | string |
None. |
|
address4 | string |
None. |
|
postalNo | string |
None. |
|
postalArea | string |
None. |
|
emailAddress | string |
None. |
|
phone | string |
None. |
|
paymentTerms | integer |
None. |
|
paymentMethod | integer |
None. |
|
lastChanged | date |
None. |
|
mobilePhone | string |
None. |
|
bankAccount | string |
None. |
|
generalLedgerAccountNoForSupplier | integer |
None. |
|
documentDeliveryMethod1 | integer |
None. |
|
crossAccountNoForSupplier | integer |
None. |
|
countryNo | integer |
None. |
|
languageNo | integer |
None. |
|
currencyNo | integer |
None. |
|
taxCode | integer |
None. |
|
information1 | string |
None. |
|
information2 | string |
None. |
|
information3 | string |
None. |
|
information4 | string |
None. |
|
information5 | string |
None. |
|
information6 | string |
None. |
|
information7 | string |
None. |
|
information8 | string |
None. |
|
remittancePriority | integer |
None. |
|
creditLimit | decimal number |
None. |
|
createdDateTime | date |
None. |
|
createdByUser | string |
None. |
|
changedDateTime | date |
None. |
|
changedByUser | string |
None. |
|
swiftCode | string |
None. |
|
swiftAdress1 | string |
None. |
|
swiftAdress2 | string |
None. |
|
swiftAdress3 | string |
None. |
|
swiftAdress4 | string |
None. |
|
Iban | string |
None. |
|
group1 | integer |
None. |
|
group6 | integer |
None. |
|
group11 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "externalId": "sample string 1", "supplierNo": 1, "companyNo": "sample string 2", "name": "sample string 3", "address1": "sample string 4", "address2": "sample string 5", "address3": "sample string 6", "address4": "sample string 7", "postalNo": "sample string 8", "postalArea": "sample string 9", "emailAddress": "sample string 10", "phone": "sample string 11", "paymentTerms": 1, "paymentMethod": 1, "lastChanged": "2025-05-23T22:58:06.9237549+02:00", "mobilePhone": "sample string 12", "bankAccount": "sample string 13", "generalLedgerAccountNoForSupplier": 1, "documentDeliveryMethod1": 1, "crossAccountNoForSupplier": 1, "countryNo": 1, "languageNo": 1, "currencyNo": 1, "taxCode": 1, "information1": "sample string 14", "information2": "sample string 15", "information3": "sample string 16", "information4": "sample string 17", "information5": "sample string 18", "information6": "sample string 19", "information7": "sample string 20", "information8": "sample string 21", "remittancePriority": 1, "creditLimit": 1.0, "createdDateTime": "2025-05-23T22:58:06.9237549+02:00", "createdByUser": "sample string 23", "changedDateTime": "2025-05-23T22:58:06.9237549+02:00", "changedByUser": "sample string 25", "swiftCode": "sample string 26", "swiftAdress1": "sample string 27", "swiftAdress2": "sample string 28", "swiftAdress3": "sample string 29", "swiftAdress4": "sample string 30", "Iban": "sample string 31", "group1": 1, "group6": 1, "group11": 1 }
application/xml, text/xml
Sample:
<Supplier xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>1</id> <externalId>sample string 1</externalId> <supplierNo>1</supplierNo> <companyNo>sample string 2</companyNo> <name>sample string 3</name> <address1>sample string 4</address1> <address2>sample string 5</address2> <address3>sample string 6</address3> <address4>sample string 7</address4> <postalNo>sample string 8</postalNo> <postalArea>sample string 9</postalArea> <emailAddress>sample string 10</emailAddress> <phone>sample string 11</phone> <paymentTerms>1</paymentTerms> <paymentMethod>1</paymentMethod> <lastChanged>2025-05-23T22:58:06.9237549+02:00</lastChanged> <mobilePhone>sample string 12</mobilePhone> <bankAccount>sample string 13</bankAccount> <generalLedgerAccountNoForSupplier>1</generalLedgerAccountNoForSupplier> <documentDeliveryMethod1>1</documentDeliveryMethod1> <crossAccountNoForSupplier>1</crossAccountNoForSupplier> <countryNo>1</countryNo> <languageNo>1</languageNo> <currencyNo>1</currencyNo> <taxCode>1</taxCode> <information1>sample string 14</information1> <information2>sample string 15</information2> <information3>sample string 16</information3> <information4>sample string 17</information4> <information5>sample string 18</information5> <information6>sample string 19</information6> <information7>sample string 20</information7> <information8>sample string 21</information8> <remittancePriority>1</remittancePriority> <creditLimit>1</creditLimit> <createdDateTime>2025-05-23T22:58:06.9237549+02:00</createdDateTime> <createdByUser>sample string 23</createdByUser> <changedDateTime>2025-05-23T22:58:06.9237549+02:00</changedDateTime> <changedByUser>sample string 25</changedByUser> <swiftCode>sample string 26</swiftCode> <swiftAdress1>sample string 27</swiftAdress1> <swiftAdress2>sample string 28</swiftAdress2> <swiftAdress3>sample string 29</swiftAdress3> <swiftAdress4>sample string 30</swiftAdress4> <Iban>sample string 31</Iban> <group1>1</group1> <group6>1</group6> <group11>1</group11> </Supplier>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SupplierName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
externalId | string |
None. |
|
supplierNo | integer |
None. |
|
companyNo | string |
None. |
|
name | string |
None. |
|
address1 | string |
None. |
|
address2 | string |
None. |
|
address3 | string |
None. |
|
address4 | string |
None. |
|
postalNo | string |
None. |
|
postalArea | string |
None. |
|
emailAddress | string |
None. |
|
phone | string |
None. |
|
paymentTerms | integer |
None. |
|
paymentMethod | integer |
None. |
|
lastChanged | date |
None. |
|
mobilePhone | string |
None. |
|
bankAccount | string |
None. |
|
generalLedgerAccountNoForSupplier | integer |
None. |
|
documentDeliveryMethod1 | integer |
None. |
|
crossAccountNoForSupplier | integer |
None. |
|
countryNo | integer |
None. |
|
languageNo | integer |
None. |
|
currencyNo | integer |
None. |
|
taxCode | integer |
None. |
|
information1 | string |
None. |
|
information2 | string |
None. |
|
information3 | string |
None. |
|
information4 | string |
None. |
|
information5 | string |
None. |
|
information6 | string |
None. |
|
information7 | string |
None. |
|
information8 | string |
None. |
|
remittancePriority | integer |
None. |
|
creditLimit | decimal number |
None. |
|
createdDateTime | date |
None. |
|
createdByUser | string |
None. |
|
changedDateTime | date |
None. |
|
changedByUser | string |
None. |
|
swiftCode | string |
None. |
|
swiftAdress1 | string |
None. |
|
swiftAdress2 | string |
None. |
|
swiftAdress3 | string |
None. |
|
swiftAdress4 | string |
None. |
|
Iban | string |
None. |
|
group1 | integer |
None. |
|
group6 | integer |
None. |
|
group11 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "externalId": "sample string 1", "supplierNo": 1, "companyNo": "sample string 2", "name": "sample string 3", "address1": "sample string 4", "address2": "sample string 5", "address3": "sample string 6", "address4": "sample string 7", "postalNo": "sample string 8", "postalArea": "sample string 9", "emailAddress": "sample string 10", "phone": "sample string 11", "paymentTerms": 1, "paymentMethod": 1, "lastChanged": "2025-05-23T22:58:06.9557455+02:00", "mobilePhone": "sample string 12", "bankAccount": "sample string 13", "generalLedgerAccountNoForSupplier": 1, "documentDeliveryMethod1": 1, "crossAccountNoForSupplier": 1, "countryNo": 1, "languageNo": 1, "currencyNo": 1, "taxCode": 1, "information1": "sample string 14", "information2": "sample string 15", "information3": "sample string 16", "information4": "sample string 17", "information5": "sample string 18", "information6": "sample string 19", "information7": "sample string 20", "information8": "sample string 21", "remittancePriority": 1, "creditLimit": 1.0, "createdDateTime": "2025-05-23T22:58:06.9557455+02:00", "createdByUser": "sample string 23", "changedDateTime": "2025-05-23T22:58:06.9557455+02:00", "changedByUser": "sample string 25", "swiftCode": "sample string 26", "swiftAdress1": "sample string 27", "swiftAdress2": "sample string 28", "swiftAdress3": "sample string 29", "swiftAdress4": "sample string 30", "Iban": "sample string 31", "group1": 1, "group6": 1, "group11": 1 }
application/xml, text/xml
Sample:
<Supplier xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>1</id> <externalId>sample string 1</externalId> <supplierNo>1</supplierNo> <companyNo>sample string 2</companyNo> <name>sample string 3</name> <address1>sample string 4</address1> <address2>sample string 5</address2> <address3>sample string 6</address3> <address4>sample string 7</address4> <postalNo>sample string 8</postalNo> <postalArea>sample string 9</postalArea> <emailAddress>sample string 10</emailAddress> <phone>sample string 11</phone> <paymentTerms>1</paymentTerms> <paymentMethod>1</paymentMethod> <lastChanged>2025-05-23T22:58:06.9557455+02:00</lastChanged> <mobilePhone>sample string 12</mobilePhone> <bankAccount>sample string 13</bankAccount> <generalLedgerAccountNoForSupplier>1</generalLedgerAccountNoForSupplier> <documentDeliveryMethod1>1</documentDeliveryMethod1> <crossAccountNoForSupplier>1</crossAccountNoForSupplier> <countryNo>1</countryNo> <languageNo>1</languageNo> <currencyNo>1</currencyNo> <taxCode>1</taxCode> <information1>sample string 14</information1> <information2>sample string 15</information2> <information3>sample string 16</information3> <information4>sample string 17</information4> <information5>sample string 18</information5> <information6>sample string 19</information6> <information7>sample string 20</information7> <information8>sample string 21</information8> <remittancePriority>1</remittancePriority> <creditLimit>1</creditLimit> <createdDateTime>2025-05-23T22:58:06.9557455+02:00</createdDateTime> <createdByUser>sample string 23</createdByUser> <changedDateTime>2025-05-23T22:58:06.9557455+02:00</changedDateTime> <changedByUser>sample string 25</changedByUser> <swiftCode>sample string 26</swiftCode> <swiftAdress1>sample string 27</swiftAdress1> <swiftAdress2>sample string 28</swiftAdress2> <swiftAdress3>sample string 29</swiftAdress3> <swiftAdress4>sample string 30</swiftAdress4> <Iban>sample string 31</Iban> <group1>1</group1> <group6>1</group6> <group11>1</group11> </Supplier>