Create B2B account numbers
post
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers
Request
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
AccountNumber(required): string
Maximum Length:
256
Identifier of the B2B account number. -
AccountNumberId: integer
(int64)
Unique identifier of the B2B account number. This value is derived.
-
BillToBU: integer
(int64)
Unique identifier of the business unit that's used to create the invoice during message processing. This value is derived.
-
BillToBUName: string
Maximum Length:
255
Name of the business unit that's used to create the invoice during message processing. -
ExternalPartnerId(required): integer
(int64)
Unique identifier of the trading partner. This is a foreign key to CMK_EXTERNAL_PARTNERS. This value is derived.
-
PaySite: string
Maximum Length:
255
Name of the site used to create the invoice during message processing. -
PaySiteId: integer
(int64)
Unique identifier of the site that's used to create the invoice during message processing. This value is derived.
-
ProcurementBU: string
Maximum Length:
255
Name of the procurement business unit where the supplier site resides. This value is required if account numbers are setup at the site level. -
ServiceProviderId: integer
(int64)
Unique identifier of the service provider. This value is derived.
-
ServiceProviderName: string
Maximum Length:
255
Name of the service provider. This is a required field. -
shipToAssignments: array
Ship-To Assignments
Title:
Ship-To Assignments
The shipToLocation resource is used to manage the list of ship-to locations that are associated with a B2B account number. -
SiteName: string
Maximum Length:
255
Supplier site name. This value is required if account numbers are set up at the site level. -
SPUserDefined: string
Maximum Length:
255
Mark that indicates whether the service provider is user-defined or not. This is a required field. -
SupplierName: string
Maximum Length:
255
Supplier name. This value is derived. -
SupplierNumber: string
Maximum Length:
255
Number that identifies the supplier. This value is required. -
TradingPartnerId: string
Maximum Length:
255
Identifier of the trading partner. This attribute is required. -
TradingPartnerIdType: string
Maximum Length:
255
Type of identifier of the trading partner. This attribute is required. -
VendorId(required): integer
(int64)
Unique identifier of the supplier. This value is derived.
-
VendorSiteId: integer
(int64)
Unique identifier of the supplier site. This value is derived.
Nested Schema : Ship-To Assignments
Type:
array
Title:
Ship-To Assignments
The shipToLocation resource is used to manage the list of ship-to locations that are associated with a B2B account number.
Show Source
Nested Schema : schema
Type:
Show Source
object
-
AccountNumberId: integer
(int64)
Unique identifier of the B2B account number. This is a foreign key to the cmk account numbers table.
-
Address: string
Maximum Length:
255
Address of the ship-to location. -
Set: string
Maximum Length:
255
Code of the set to which the location belongs, for example, common set. -
ShipToAssignmentId: integer
(int64)
Unique identifier for the Ship to Location Assignment. Its value is an application-generated unique ID.
-
ShipToLocationCode: string
Maximum Length:
255
Ship-to location code. This is a required field. -
ShipToLocationId: integer
(int64)
Unique identifier of the ship-to location. This value is derived.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version(required):
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : b2bAccountNumbers-item-response
Type:
Show Source
object
-
AccountNumber: string
Maximum Length:
256
Identifier of the B2B account number. -
AccountNumberId: integer
(int64)
Unique identifier of the B2B account number. This value is derived.
-
BillToBU: integer
(int64)
Unique identifier of the business unit that's used to create the invoice during message processing. This value is derived.
-
BillToBUName: string
Maximum Length:
255
Name of the business unit that's used to create the invoice during message processing. -
ExternalPartnerId: integer
(int64)
Unique identifier of the trading partner. This is a foreign key to CMK_EXTERNAL_PARTNERS. This value is derived.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PaySite: string
Maximum Length:
255
Name of the site used to create the invoice during message processing. -
PaySiteId: integer
(int64)
Unique identifier of the site that's used to create the invoice during message processing. This value is derived.
-
ProcurementBU: string
Maximum Length:
255
Name of the procurement business unit where the supplier site resides. This value is required if account numbers are setup at the site level. -
ServiceProviderId: integer
(int64)
Unique identifier of the service provider. This value is derived.
-
ServiceProviderName: string
Maximum Length:
255
Name of the service provider. This is a required field. -
shipToAssignments: array
Ship-To Assignments
Title:
Ship-To Assignments
The shipToLocation resource is used to manage the list of ship-to locations that are associated with a B2B account number. -
SiteName: string
Maximum Length:
255
Supplier site name. This value is required if account numbers are set up at the site level. -
SPUserDefined: string
Maximum Length:
255
Mark that indicates whether the service provider is user-defined or not. This is a required field. -
SupplierName: string
Maximum Length:
255
Supplier name. This value is derived. -
SupplierNumber: string
Maximum Length:
255
Number that identifies the supplier. This value is required. -
TradingPartnerId: string
Maximum Length:
255
Identifier of the trading partner. This attribute is required. -
TradingPartnerIdType: string
Maximum Length:
255
Type of identifier of the trading partner. This attribute is required. -
VendorId: integer
(int64)
Unique identifier of the supplier. This value is derived.
-
VendorSiteId: integer
(int64)
Unique identifier of the supplier site. This value is derived.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Ship-To Assignments
Type:
array
Title:
Ship-To Assignments
The shipToLocation resource is used to manage the list of ship-to locations that are associated with a B2B account number.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : b2bAccountNumbers-shipToAssignments-item-response
Type:
Show Source
object
-
AccountNumberId: integer
(int64)
Unique identifier of the B2B account number. This is a foreign key to the cmk account numbers table.
-
Address: string
Maximum Length:
255
Address of the ship-to location. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Set: string
Maximum Length:
255
Code of the set to which the location belongs, for example, common set. -
ShipToAssignmentId: integer
(int64)
Unique identifier for the Ship to Location Assignment. Its value is an application-generated unique ID.
-
ShipToLocationCode: string
Maximum Length:
255
Ship-to location code. This is a required field. -
ShipToLocationId: integer
(int64)
Unique identifier of the ship-to location. This value is derived.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- shipToAssignments
-
Operation: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignmentsParameters:
- AccountNumberId:
$request.path.AccountNumberId
The shipToLocation resource is used to manage the list of ship-to locations that are associated with a B2B account number. - AccountNumberId: