NetSuite REST API Browser: Record API v1

https://[accountid].suitetalk.api.netsuite.com/services/rest/record/v1

account

Get list of records.

GET /account
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /account

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /account/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /account/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /account/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /account/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

accountingBook

Get list of records.

GET /accountingBook
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /accountingBook

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /accountingBook/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /accountingBook/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /accountingBook/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /accountingBook/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

accountingContext

Get list of records.

GET /accountingContext
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /accountingContext

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /accountingContext/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /accountingContext/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /accountingContext/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /accountingContext/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

accountingPeriod

Get list of records.

GET /accountingPeriod
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /accountingPeriod

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /accountingPeriod/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /accountingPeriod/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /accountingPeriod/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /accountingPeriod/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

advIntercompanyJournalEntry

Get list of records.

GET /advIntercompanyJournalEntry
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /advIntercompanyJournalEntry
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /advIntercompanyJournalEntry/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /advIntercompanyJournalEntry/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /advIntercompanyJournalEntry/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /advIntercompanyJournalEntry/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

allocationSchedule

Insert record.

POST /allocationSchedule

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /allocationSchedule/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /allocationSchedule/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /allocationSchedule/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /allocationSchedule/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

amortizationSchedule

Get list of records.

GET /amortizationSchedule
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /amortizationSchedule

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /amortizationSchedule/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /amortizationSchedule/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /amortizationSchedule/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /amortizationSchedule/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

amortizationTemplate

Get list of records.

GET /amortizationTemplate
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /amortizationTemplate

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /amortizationTemplate/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /amortizationTemplate/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /amortizationTemplate/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /amortizationTemplate/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

assemblyBuild

Get list of records.

GET /assemblyBuild
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /assemblyBuild

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /assemblyBuild/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /assemblyBuild/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /assemblyBuild/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /assemblyBuild/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

Transform to assemblyUnbuild.

POST /assemblyBuild/{id}/!transform/assemblyUnbuild

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

204 No Content

Transformed record.

default

Error response.

assemblyItem

Get list of records.

GET /assemblyItem
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /assemblyItem

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /assemblyItem/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /assemblyItem/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /assemblyItem/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /assemblyItem/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

Transform to assemblyBuild.

POST /assemblyItem/{id}/!transform/assemblyBuild

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

204 No Content

Transformed record.

default

Error response.

Transform to workOrder.

POST /assemblyItem/{id}/!transform/workOrder

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

204 No Content

Transformed record.

default

Error response.

assemblyUnbuild

Get list of records.

GET /assemblyUnbuild
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /assemblyUnbuild

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /assemblyUnbuild/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /assemblyUnbuild/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /assemblyUnbuild/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /assemblyUnbuild/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

billingAccount

Get list of records.

GET /billingAccount
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /billingAccount

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /billingAccount/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /billingAccount/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /billingAccount/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /billingAccount/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

billingClass

Get list of records.

GET /billingClass
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /billingClass

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /billingClass/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /billingClass/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /billingClass/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /billingClass/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

billingRateCard

Get list of records.

GET /billingRateCard
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /billingRateCard

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /billingRateCard/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /billingRateCard/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /billingRateCard/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /billingRateCard/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

billingRevenueEvent

Get list of records.

GET /billingRevenueEvent
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /billingRevenueEvent

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /billingRevenueEvent/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /billingRevenueEvent/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /billingRevenueEvent/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /billingRevenueEvent/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

billingSchedule

Get list of records.

GET /billingSchedule
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /billingSchedule

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /billingSchedule/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /billingSchedule/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /billingSchedule/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /billingSchedule/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

bin

bin

Get list of records.

GET /bin
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

200 OK

List of records.

default

Error response.

bin

Insert record.

POST /bin
bin

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

bin

Remove record.

DELETE /bin/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

bin

Get record.

GET /bin/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK
bin

Retrieved record.

default

Error response.

bin

Update record.

PATCH /bin/{id}
bin

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

bin

Insert or update record.

PUT /bin/{id}
bin

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

binTransfer

Get list of records.

GET /binTransfer
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /binTransfer

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /binTransfer/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /binTransfer/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /binTransfer/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /binTransfer/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

binWorksheet

Get list of records.

GET /binWorksheet
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /binWorksheet

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /binWorksheet/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /binWorksheet/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /binWorksheet/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /binWorksheet/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

blanketPurchaseOrder

Get list of records.

GET /blanketPurchaseOrder
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /blanketPurchaseOrder

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /blanketPurchaseOrder/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /blanketPurchaseOrder/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /blanketPurchaseOrder/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /blanketPurchaseOrder/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

bom

bom

Get list of records.

GET /bom
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

200 OK

List of records.

default

Error response.

bom

Insert record.

POST /bom
bom

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

bom

Remove record.

DELETE /bom/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

bom

Get record.

GET /bom/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK
bom

Retrieved record.

default

Error response.

bom

Update record.

PATCH /bom/{id}
bom

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

bom

Insert or update record.

PUT /bom/{id}
bom

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

bomRevision

Get list of records.

GET /bomRevision
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /bomRevision

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /bomRevision/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /bomRevision/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /bomRevision/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /bomRevision/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

bonus

Get list of records.

GET /bonus
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /bonus

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /bonus/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /bonus/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /bonus/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /bonus/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

budgetExchangeRate

Get list of records.

GET /budgetExchangeRate
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /budgetExchangeRate

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /budgetExchangeRate/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /budgetExchangeRate/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /budgetExchangeRate/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /budgetExchangeRate/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

bulkOwnershipTransfer

Insert record.

POST /bulkOwnershipTransfer

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /bulkOwnershipTransfer/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /bulkOwnershipTransfer/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /bulkOwnershipTransfer/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /bulkOwnershipTransfer/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

calendarEvent

Get list of records.

GET /calendarEvent
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /calendarEvent

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /calendarEvent/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /calendarEvent/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /calendarEvent/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /calendarEvent/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

campaign

Insert record.

POST /campaign

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /campaign/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /campaign/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /campaign/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /campaign/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

campaignResponse

Get list of records.

GET /campaignResponse
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /campaignResponse

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /campaignResponse/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /campaignResponse/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /campaignResponse/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /campaignResponse/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

campaignTemplate

Get list of records.

GET /campaignTemplate
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /campaignTemplate

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /campaignTemplate/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /campaignTemplate/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /campaignTemplate/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /campaignTemplate/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

cardholderAuthentication

Get list of records.

GET /cardholderAuthentication
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /cardholderAuthentication

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /cardholderAuthentication/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /cardholderAuthentication/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

Retrieved record.

default

Error response.

Update record.

PATCH /cardholderAuthentication/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /cardholderAuthentication/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

cashRefund

Get list of records.

GET /cashRefund
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /cashRefund

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /cashRefund/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /cashRefund/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /cashRefund/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /cashRefund/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

Transform to creditMemo.

POST /cashRefund/{id}/!transform/creditMemo

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

204 No Content

Transformed record.

default

Error response.

cashSale

Get list of records.

GET /cashSale
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /cashSale

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /cashSale/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /cashSale/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /cashSale/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /cashSale/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: string
in path

External identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Upserted record.

default

Error response.

Transform to cashRefund.

POST /cashSale/{id}/!transform/cashRefund

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

204 No Content

Transformed record.

default

Error response.

Transform to returnAuthorization.

POST /cashSale/{id}/!transform/returnAuthorization

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

204 No Content

Transformed record.

default

Error response.

charge

Get list of records.

GET /charge
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

q: string
in query

The search query that is used to filter results.

limit: integer (int32) 1000
in query

The limit used to specify the number of results on a single page.

offset: integer (int32) 0
in query

The offset used for selecting a specific page of results.

application/vnd.oracle.resource+json; type=collection application/vnd.oracle.resource+json; type=error

List of records.

default

Error response.

Insert record.

POST /charge

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

application/vnd.oracle.resource+json; type=error

204 No Content

Inserted record.

default

Error response.

Remove record.

DELETE /charge/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

application/vnd.oracle.resource+json; type=error

204 No Content

Removed record.

default

Error response.

Get record.

GET /charge/{id}
Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

expandSubResources: boolean false
in query

Set to 'true' to automatically expand all sublists, sublist lines, and subrecords on this record.

simpleEnumFormat: boolean false
in query

Set to true to return enumeration values in a format that only shows the internal ID value.

fields: string
in query

The names of the fields and sublists on the record. Only the selected fields and sublists will be returned in the response.

application/vnd.oracle.resource+json; type=singular application/vnd.oracle.resource+json; type=error

200 OK

Retrieved record.

default

Error response.

Update record.

PATCH /charge/{id}

Request body.

Prefer: string respond-async
in header

The server behavior requested by the client. Use 'respond-async' to execute the request asynchronously. If the request is executed asynchronously, 'Preference-applied: respond-async' is returned in the response.

X-NetSuite-Idempotency-Key: string
in header

A user-defined unique idempotency key that is applied to every asynchronous requests to ensure that the request is executed only once. Only one request can be executed with every unique idempotency key. Use UUID in string format as defined by RFC 4122. If the request is executed synchronously, this value is ignored.

id: integer (int32)
in path

Internal identifier.

X-NetSuite-PropertyNameValidation: string Error , Warning , Ignore Warning
in header

Sets the strictness of property name validation.

X-NetSuite-PropertyValueValidation: string Error , Warning , Ignore Error
in header

Sets the strictness of property value validation.

replace: string
in query

The names of sublists on this record. All sublist lines will be replaced with lines specified in the request. The names are delimited by comma.

replaceSelectedFields: boolean false
in query

If set to 'true', all fields that should be deleted in the update request, including body fields, must be included in the 'replace' query parameter.

application/vnd.oracle.resource+json; type=error

204 No Content

Updated record.

default

Error response.

Insert or update record.

PUT /charge/{id}

Request body.

Prefer: string respond-a