Create a tax partner for tax calculation integration

post

/fscmRestApi/resources/11.13.18.05/taxPartnerRegistrations

Request

Header Parameters
  • 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".
  • 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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Connection Password
    The password of the tax partner calculation application, which is used for determining transaction tax.
  • Title: Connection User Name
    The user name of the tax partner calculation application, which is used for determining transaction tax.
  • Title: Document ID
    The unique identifier of the file that is passed to the Import Tax Lines operation.
  • Title: Endpoint URL
    The URL for the tax partner's tax calculation application, which is used for determining transaction tax.
  • Title: Operation Name
    Maximum Length: 255
    The name of the tax partner service operation that is invoked.
  • Title: Request ID
    The unique identifier of the scheduled process job request that is used to register the tax partner.
  • Title: Tax Partner Name
    The tax partner name that identifies the tax partner's tax calculation application used for determining transaction tax.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : taxPartnerRegistrations-item-response
Type: object
Show Source
  • Title: Connection Password
    The password of the tax partner calculation application, which is used for determining transaction tax.
  • Title: Connection User Name
    The user name of the tax partner calculation application, which is used for determining transaction tax.
  • Title: Document ID
    The unique identifier of the file that is passed to the Import Tax Lines operation.
  • Title: Endpoint URL
    The URL for the tax partner's tax calculation application, which is used for determining transaction tax.
  • Links
  • Title: Operation Name
    Maximum Length: 255
    The name of the tax partner service operation that is invoked.
  • Title: Request ID
    The unique identifier of the scheduled process job request that is used to register the tax partner.
  • Title: Status
    Read Only: true
    The code corresponding to the current status of the Register Tax Partner operation.
  • Title: Tax Partner Name
    The tax partner name that identifies the tax partner's tax calculation application used for determining transaction tax.
Back to Top