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.

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.

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.

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.

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.

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.

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-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.

check

Get list of records.

GET /check
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 /check

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 /check/{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 /check/{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 /check/{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 /check/{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.

classification

Get list of records.

GET /classification
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 /classification

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 /classification/{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 /classification/{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 /classification/{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 /classification/{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.

commerceCategory

Get list of records.

GET /commerceCategory
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 /commerceCategory

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 /commerceCategory/{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 /commerceCategory/{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 /commerceCategory/{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 /commerceCategory/{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.

competitor

Get list of records.

GET /competitor
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 /competitor

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 /competitor/{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 /competitor/{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 /competitor/{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 /competitor/{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.

consolidatedExchangeRate

Get list of records.

GET /consolidatedExchangeRate
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 /consolidatedExchangeRate

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 /consolidatedExchangeRate/{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 /consolidatedExchangeRate/{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 /consolidatedExchangeRate/{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 /consolidatedExchangeRate/{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.

contact

Get list of records.

GET /contact
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 /contact

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 /contact/{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 /contact/{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 /contact/{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 /contact/{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.

contactCategory

Get list of records.

GET /contactCategory
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 /contactCategory

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 /contactCategory/{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 /contactCategory/{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 /contactCategory/{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 /contactCategory/{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.

contactRole

Get list of records.

GET /contactRole
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 /contactRole

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 /contactRole/{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 /contactRole/{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 /contactRole/{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 /contactRole/{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.

costCategory

Get list of records.

GET /costCategory
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 /costCategory

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 /costCategory/{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 /costCategory/{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 /costCategory/{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 /costCategory/{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.

couponCode

Get list of records.

GET /couponCode
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 /couponCode

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 /couponCode/{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 /couponCode/{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 /couponCode/{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 /couponCode/{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.

creditCardCharge

Get list of records.

GET /creditCardCharge
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 /creditCardCharge

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 /creditCardCharge/{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 /creditCardCharge/{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 /creditCardCharge/{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 /creditCardCharge/{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.

creditCardRefund

Get list of records.

GET /creditCardRefund
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 /creditCardRefund

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 /creditCardRefund/{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 /creditCardRefund/{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 /creditCardRefund/{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 /creditCardRefund/{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.

creditMemo

Get list of records.

GET /creditMemo
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 /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.

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 /creditMemo/{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 /creditMemo/{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 /creditMemo/{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 /creditMemo/{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.

currency

Get list of records.

GET /currency
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 /currency

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 /currency/{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 /currency/{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 /currency/{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 /currency/{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.

customer

Get list of records.

GET /customer
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 /customer

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 /customer/{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 /customer/{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 /customer/{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 /customer/{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 cashSale.

POST /customer/{id}/!transform/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.

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 customerPayment.

POST /customer/{id}/!transform/customerPayment

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 estimate.

POST /customer/{id}/!transform/estimate

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 invoice.

POST /customer/{id}/!transform/invoice

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 opportunity.

POST /customer/{id}/!transform/opportunity

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 salesOrder.

POST /customer/{id}/!transform/salesOrder

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 vendor.

POST /customer/{id}/!transform/vendor

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.

customerCategory

Get list of records.

GET /customerCategory
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 /customerCategory

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 /customerCategory/{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 /customerCategory/{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 /customerCategory/{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 /customerCategory/{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.

customerDeposit

Get list of records.

GET /customerDeposit
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 /customerDeposit

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 /customerDeposit/{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 /customerDeposit/{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 /customerDeposit/{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 /customerDeposit/{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 customerRefund.

POST /customerDeposit/{id}/!transform/customerRefund

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 depositApplication.

POST /customerDeposit/{id}/!transform/depositApplication

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.

customerMessage

Get list of records.

GET /customerMessage
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 /customerMessage

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 /customerMessage/{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 /customerMessage/{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 /customerMessage/{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 /customerMessage/{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.

customerPayment

Get list of records.

GET /customerPayment
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 /customerPayment

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 /customerPayment/{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 /customerPayment/{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 /customerPayment/{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 /customerPayment/{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 customerRefund.

POST /customerPayment/{id}/!transform/customerRefund

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.

customerRefund

Get list of records.

GET /customerRefund
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 /customerRefund

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 /customerRefund/{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 /customerRefund/{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 /customerRefund/{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 /customerRefund/{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.

customerStatus

Insert record.

POST /customerStatus

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 /customerStatus/{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 /customerStatus/{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 /customerStatus/{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 /customerStatus/{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.

customerSubsidiaryRelationship

Get list of records.

GET /customerSubsidiaryRelationship
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

default

Error response.

Insert record.

POST /customerSubsidiaryRelationship
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 /customerSubsidiaryRelationship/{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 /customerSubsidiaryRelationship/{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 /customerSubsidiaryRelationship/{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 /customerSubsidiaryRelationship/{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.

department

Get list of records.

GET /department
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 /department

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 /department/{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 /department/{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 /department/{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 /department/{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.

deposit

Get list of records.

GET /deposit
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 /deposit

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 /deposit/{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 /deposit/{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 /deposit/{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 /deposit/{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.

depositApplication

Get list of records.

GET /depositApplication
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 /depositApplication

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 /depositApplication/{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 /depositApplication/{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 /depositApplication/{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 /depositApplication/{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.

descriptionItem

Get list of records.

GET /descriptionItem
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 /descriptionItem

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 /descriptionItem/{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 /descriptionItem/{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 /descriptionItem/{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 /descriptionItem/{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.

discountItem

Get list of records.

GET /discountItem
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 /discountItem

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 /discountItem/{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 /discountItem/{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 /discountItem/{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 /discountItem/{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.

downloadItem

Get list of records.

GET /downloadItem
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 /downloadItem

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 /downloadItem/{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 /downloadItem/{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 /downloadItem/{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 /downloadItem/{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.

emailTemplate

Get list of records.

GET /emailTemplate
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 /emailTemplate

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 /emailTemplate/{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 /emailTemplate/{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 /emailTemplate/{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 /emailTemplate/{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.

employee

Get list of records.

GET /employee
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 /employee

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 /employee/{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 /employee/{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 /employee/{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 /employee/{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 expenseReport.

POST /employee/{id}/!transform/expenseReport

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 timeBill.

POST /employee/{id}/!transform/timeBill

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.

estimate

Get list of records.

GET /estimate
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 /estimate

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 /estimate/{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 /estimate/{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 /estimate/{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 /estimate/{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 cashSale.

POST /estimate/{id}/!transform/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.

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 invoice.

POST /estimate/{id}/!transform/invoice

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 salesOrder.

POST /estimate/{id}/!transform/salesOrder

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.

expenseCategory

Get list of records.

GET /expenseCategory
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 /expenseCategory

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 /expenseCategory/{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 /expenseCategory/{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 /expenseCategory/{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 /expenseCategory/{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.

expenseReport

Get list of records.

GET /expenseReport
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 /expenseReport

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 /expenseReport/{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 /expenseReport/{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 /expenseReport/{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 /expenseReport/{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.

fairValuePrice

Get list of records.

GET /fairValuePrice
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 /fairValuePrice

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 /fairValuePrice/{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 /fairValuePrice/{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 /fairValuePrice/{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 /fairValuePrice/{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.

fulfillmentRequest

Get list of records.

GET /fulfillmentRequest
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 /fulfillmentRequest

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 /fulfillmentRequest/{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 /fulfillmentRequest/{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 /fulfillmentRequest/{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 /fulfillmentRequest/{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.

giftCertificateItem

Get list of records.

GET /giftCertificateItem
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 /giftCertificateItem

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 /giftCertificateItem/{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 /giftCertificateItem/{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 /giftCertificateItem/{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 /giftCertificateItem/{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.

inboundShipment

Get list of records.

GET /inboundShipment
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 /inboundShipment

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 /inboundShipment/{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 /inboundShipment/{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 /inboundShipment/{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 /inboundShipment/{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.

intercompanyJournalEntry

Get list of records.

GET /intercompanyJournalEntry
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 /intercompanyJournalEntry

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 /intercompanyJournalEntry/{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 /intercompanyJournalEntry/{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 /intercompanyJournalEntry/{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 /intercompanyJournalEntry/{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.

intercompanyTransferOrder

Get list of records.

GET /intercompanyTransferOrder
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 /intercompanyTransferOrder
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 /intercompanyTransferOrder/{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 /intercompanyTransferOrder/{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 /intercompanyTransferOrder/{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 /intercompanyTransferOrder/{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.

Transform to itemFulfillment.

POST /intercompanyTransferOrder/{id}/!transform/itemFulfillment

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 itemReceipt.

POST /intercompanyTransferOrder/{id}/!transform/itemReceipt

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.

inventoryAdjustment

Get list of records.

GET /inventoryAdjustment
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 /inventoryAdjustment

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 /inventoryAdjustment/{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 /inventoryAdjustment/{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 /inventoryAdjustment/{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 /inventoryAdjustment/{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.

inventoryCostRevaluation

Get list of records.

GET /inventoryCostRevaluation
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 /inventoryCostRevaluation

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 /inventoryCostRevaluation/{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 /inventoryCostRevaluation/{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 /inventoryCostRevaluation/{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 /inventoryCostRevaluation/{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.

inventoryCount

Get list of records.

GET /inventoryCount
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 /inventoryCount

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 /inventoryCount/{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 /inventoryCount/{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 /inventoryCount/{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 /inventoryCount/{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.

inventoryItem

Get list of records.

GET /inventoryItem
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 /inventoryItem

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 /inventoryItem/{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 /inventoryItem/{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 /inventoryItem/{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 /inventoryItem/{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.

inventoryNumber

Get list of records.

GET /inventoryNumber
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 /inventoryNumber

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 /inventoryNumber/{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 /inventoryNumber/{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 /inventoryNumber/{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 /inventoryNumber/{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.

inventoryTransfer

Get list of records.

GET /inventoryTransfer
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 /inventoryTransfer

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 /inventoryTransfer/{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 /inventoryTransfer/{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 /inventoryTransfer/{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 /inventoryTransfer/{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.

invoice

Get list of records.

GET /invoice
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 /invoice

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 /invoice/{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 /invoice/{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 /invoice/{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 /invoice/{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 /invoice/{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.

Transform to customerPayment.

POST /invoice/{id}/!transform/customerPayment

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 /invoice/{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.

issue

Get list of records.

GET /issue
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 /issue

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 /issue/{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 /issue/{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 /issue/{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 /issue/{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.

itemFulfillment

Get list of records.

GET /itemFulfillment
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 /itemFulfillment

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 /itemFulfillment/{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 /itemFulfillment/{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 /itemFulfillment/{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 /itemFulfillment/{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.

itemGroup

Get list of records.

GET /itemGroup
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 /itemGroup

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 /itemGroup/{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 /itemGroup/{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 /itemGroup/{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 /itemGroup/{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.

itemReceipt

Get list of records.

GET /itemReceipt
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 /itemReceipt

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 /itemReceipt/{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 /itemReceipt/{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 /itemReceipt/{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 /itemReceipt/{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.

itemRevision

Get list of records.

GET /itemRevision
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 /itemRevision

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 /itemRevision/{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 /itemRevision/{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 /itemRevision/{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 /itemRevision/{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.

job

job

Get list of records.

GET /job
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.

job

Insert record.

POST /job
job

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.

job

Remove record.

DELETE /job/{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.

job

Get record.

GET /job/{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
job

Retrieved record.

default

Error response.

job

Update record.

PATCH /job/{id}
job

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.

job

Insert or update record.

PUT /job/{id}
job

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.

job

Transform to cashSale.

POST /job/{id}/!transform/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.

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.

job

Transform to estimate.

POST /job/{id}/!transform/estimate

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.

job

Transform to invoice.

POST /job/{id}/!transform/invoice

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.

job

Transform to salesOrder.

POST /job/{id}/!transform/salesOrder

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.

jobStatus

Get list of records.

GET /jobStatus
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 /jobStatus

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 /jobStatus/{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 /jobStatus/{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 /jobStatus/{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 /jobStatus/{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.

jobType

Get list of records.

GET /jobType
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 /jobType

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 /jobType/{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 /jobType/{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 /jobType/{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 /jobType/{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.

journalEntry

Get list of records.

GET /journalEntry
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 /journalEntry

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 /journalEntry/{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 /journalEntry/{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 /journalEntry/{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 /journalEntry/{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.

kitItem

Get list of records.

GET /kitItem
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 /kitItem

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 /kitItem/{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 /kitItem/{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 /kitItem/{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 /kitItem/{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.

location

Get list of records.

GET /location
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 /location

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 /location/{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 /location/{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 /location/{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 /location/{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.

manufacturingCostTemplate

Get list of records.

GET /manufacturingCostTemplate
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 /manufacturingCostTemplate
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 /manufacturingCostTemplate/{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 /manufacturingCostTemplate/{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 /manufacturingCostTemplate/{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 /manufacturingCostTemplate/{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.

manufacturingOperationTask

Get list of records.

GET /manufacturingOperationTask
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 /manufacturingOperationTask
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 /manufacturingOperationTask/{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 /manufacturingOperationTask/{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 /manufacturingOperationTask/{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 /manufacturingOperationTask/{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.

manufacturingRouting

Get list of records.

GET /manufacturingRouting
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 /manufacturingRouting

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 /manufacturingRouting/{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 /manufacturingRouting/{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 /manufacturingRouting/{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 /manufacturingRouting/{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.

markupItem

Get list of records.

GET /markupItem
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 /markupItem

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 /markupItem/{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 /markupItem/{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 /markupItem/{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 /markupItem/{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.

message

Get list of records.

GET /message
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 /message

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 /message/{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 /message/{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 /message/{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 /message/{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.

nexus

Get list of records.

GET /nexus
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 /nexus

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 /nexus/{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 /nexus/{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 /nexus/{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 /nexus/{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.

nonInventoryPurchaseItem

Get list of records.

GET /nonInventoryPurchaseItem
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 /nonInventoryPurchaseItem

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 /nonInventoryPurchaseItem/{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 /nonInventoryPurchaseItem/{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 /nonInventoryPurchaseItem/{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 /nonInventoryPurchaseItem/{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.

nonInventoryResaleItem

Get list of records.

GET /nonInventoryResaleItem
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 /nonInventoryResaleItem

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 /nonInventoryResaleItem/{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 /nonInventoryResaleItem/{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 /nonInventoryResaleItem/{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 /nonInventoryResaleItem/{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.

nonInventorySaleItem

Get list of records.

GET /nonInventorySaleItem
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 /nonInventorySaleItem

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 /nonInventorySaleItem/{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 /nonInventorySaleItem/{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 /nonInventorySaleItem/{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 /nonInventorySaleItem/{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.

noteType

Insert record.

POST /noteType

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 /noteType/{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 /noteType/{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 /noteType/{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 /noteType/{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.

opportunity

Get list of records.

GET /opportunity
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 /opportunity

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 /opportunity/{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 /opportunity/{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 /opportunity/{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 /opportunity/{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 cashSale.

POST /opportunity/{id}/!transform/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.

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 estimate.

POST /opportunity/{id}/!transform/estimate

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 invoice.

POST /opportunity/{id}/!transform/invoice

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 salesOrder.

POST /opportunity/{id}/!transform/salesOrder

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.

otherChargePurchaseItem

Get list of records.

GET /otherChargePurchaseItem
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 /otherChargePurchaseItem

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 /otherChargePurchaseItem/{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 /otherChargePurchaseItem/{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 /otherChargePurchaseItem/{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 /otherChargePurchaseItem/{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.

otherChargeResaleItem

Get list of records.

GET /otherChargeResaleItem
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 /otherChargeResaleItem

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 /otherChargeResaleItem/{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 /otherChargeResaleItem/{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 /otherChargeResaleItem/{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 /otherChargeResaleItem/{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.

otherChargeSaleItem

Get list of records.

GET /otherChargeSaleItem
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 /otherChargeSaleItem

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 /otherChargeSaleItem/{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 /otherChargeSaleItem/{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 /otherChargeSaleItem/{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 /otherChargeSaleItem/{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.

otherName

Get list of records.

GET /otherName
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 /otherName

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 /otherName/{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 /otherName/{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 /otherName/{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 /otherName/{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.

otherNameCategory

Get list of records.

GET /otherNameCategory
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 /otherNameCategory

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 /otherNameCategory/{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 /otherNameCategory/{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 /otherNameCategory/{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 /otherNameCategory/{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.

partner

Get list of records.

GET /partner
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 /partner

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 /partner/{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 /partner/{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 /partner/{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 /partner/{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.

paycheck

Get list of records.

GET /paycheck
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.

Get record.

GET /paycheck/{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.

paymentItem

Get list of records.

GET /paymentItem
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 /paymentItem

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 /paymentItem/{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 /paymentItem/{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 /paymentItem/{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 /paymentItem/{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.

paymentMethod

Get list of records.

GET /paymentMethod
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 /paymentMethod

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 /paymentMethod/{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 /paymentMethod/{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 /paymentMethod/{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 /paymentMethod/{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.

phoneCall

Get list of records.

GET /phoneCall
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 /phoneCall

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 /phoneCall/{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 /phoneCall/{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 /phoneCall/{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 /phoneCall/{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.

priceBook

Get list of records.

GET /priceBook
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 /priceBook

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 /priceBook/{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 /priceBook/{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 /priceBook/{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 /priceBook/{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.

priceLevel

Get list of records.

GET /priceLevel
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 /priceLevel

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 /priceLevel/{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 /priceLevel/{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 /priceLevel/{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 /priceLevel/{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.

pricePlan

Get list of records.

GET /pricePlan
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 /pricePlan

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 /pricePlan/{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 /pricePlan/{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 /pricePlan/{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 /pricePlan/{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.

pricingGroup

Get list of records.

GET /pricingGroup
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 /pricingGroup

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 /pricingGroup/{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 /pricingGroup/{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 /pricingGroup/{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 /pricingGroup/{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.

projectTask

Get list of records.

GET /projectTask
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 /projectTask

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 /projectTask/{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 /projectTask/{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 /projectTask/{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 /projectTask/{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.

promotionCode

Get list of records.

GET /promotionCode
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 /promotionCode

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 /promotionCode/{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 /promotionCode/{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 /promotionCode/{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 /promotionCode/{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.

purchaseContract

Get list of records.

GET /purchaseContract
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 /purchaseContract

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 /purchaseContract/{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 /purchaseContract/{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 /purchaseContract/{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 /purchaseContract/{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.

purchaseOrder

Get list of records.

GET /purchaseOrder
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 /purchaseOrder

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 /purchaseOrder/{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 /purchaseOrder/{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 /purchaseOrder/{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 /purchaseOrder/{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 itemReceipt.

POST /purchaseOrder/{id}/!transform/itemReceipt

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 vendorBill.

POST /purchaseOrder/{id}/!transform/vendorBill

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 vendorReturnAuthorization.

POST /purchaseOrder/{id}/!transform/vendorReturnAuthorization
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.

purchaseRequisition

Get list of records.

GET /purchaseRequisition
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 /purchaseRequisition

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 /purchaseRequisition/{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 /purchaseRequisition/{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 /purchaseRequisition/{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 /purchaseRequisition/{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 purchaseOrder.

POST /purchaseRequisition/{id}/!transform/purchaseOrder

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.

returnAuthorization

Get list of records.

GET /returnAuthorization
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 /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.

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 /returnAuthorization/{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 /returnAuthorization/{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 /returnAuthorization/{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 /returnAuthorization/{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 /returnAuthorization/{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 creditMemo.

POST /returnAuthorization/{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.

Transform to itemReceipt.

POST /returnAuthorization/{id}/!transform/itemReceipt

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.

revRecSchedule

Get list of records.

GET /revRecSchedule
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 /revRecSchedule

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 /revRecSchedule/{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 /revRecSchedule/{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 /revRecSchedule/{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 /revRecSchedule/{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.

revRecTemplate

Get list of records.

GET /revRecTemplate
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 /revRecTemplate

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 /revRecTemplate/{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 /revRecTemplate/{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 /revRecTemplate/{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 /revRecTemplate/{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.

salesOrder

Get list of records.

GET /salesOrder
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 /salesOrder

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 /salesOrder/{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 /salesOrder/{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 /salesOrder/{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 /salesOrder/{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 cashSale.

POST /salesOrder/{id}/!transform/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.

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 fulfillmentRequest.

POST /salesOrder/{id}/!transform/fulfillmentRequest

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 invoice.

POST /salesOrder/{id}/!transform/invoice

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 itemFulfillment.

POST /salesOrder/{id}/!transform/itemFulfillment

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 /salesOrder/{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.

salesRole

Get list of records.

GET /salesRole
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 /salesRole

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 /salesRole/{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 /salesRole/{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 /salesRole/{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 /salesRole/{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.

salesTaxItem

Get list of records.

GET /salesTaxItem
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 /salesTaxItem

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 /salesTaxItem/{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 /salesTaxItem/{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 /salesTaxItem/{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 /salesTaxItem/{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.

servicePurchaseItem

Get list of records.

GET /servicePurchaseItem
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 /servicePurchaseItem

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 /servicePurchaseItem/{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 /servicePurchaseItem/{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 /servicePurchaseItem/{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 /servicePurchaseItem/{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.

serviceResaleItem

Get list of records.

GET /serviceResaleItem
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 /serviceResaleItem

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 /serviceResaleItem/{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 /serviceResaleItem/{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 /serviceResaleItem/{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 /serviceResaleItem/{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.

serviceSaleItem

Get list of records.

GET /serviceSaleItem
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 /serviceSaleItem

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 /serviceSaleItem/{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 /serviceSaleItem/{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 /serviceSaleItem/{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 /serviceSaleItem/{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.

shipItem

Get list of records.

GET /shipItem
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 /shipItem

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 /shipItem/{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 /shipItem/{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 /shipItem/{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 /shipItem/{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.

statisticalJournalEntry

Get list of records.

GET /statisticalJournalEntry
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 /statisticalJournalEntry

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 /statisticalJournalEntry/{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 /statisticalJournalEntry/{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 /statisticalJournalEntry/{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 /statisticalJournalEntry/{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.

subscription

Get list of records.

GET /subscription
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 /subscription

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 /subscription/{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 /subscription/{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 /subscription/{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 /subscription/{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.

subscriptionChangeOrder

Get list of records.

GET /subscriptionChangeOrder
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 /subscriptionChangeOrder

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 /subscriptionChangeOrder/{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 /subscriptionChangeOrder/{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 /subscriptionChangeOrder/{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 /subscriptionChangeOrder/{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.

subscriptionLine

Get list of records.

GET /subscriptionLine
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 /subscriptionLine

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 /subscriptionLine/{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 /subscriptionLine/{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 /subscriptionLine/{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 /subscriptionLine/{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.

subscriptionPlan

Get list of records.

GET /subscriptionPlan
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 /subscriptionPlan

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 /subscriptionPlan/{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 /subscriptionPlan/{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 /subscriptionPlan/{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 /subscriptionPlan/{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.

subscriptionTerm

Get list of records.

GET /subscriptionTerm
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 /subscriptionTerm

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 /subscriptionTerm/{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 /subscriptionTerm/{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 /subscriptionTerm/{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 /subscriptionTerm/{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.

subsidiary

Get list of records.

GET /subsidiary
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.

Get record.

GET /subsidiary/{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.

subtotalItem

Get list of records.

GET /subtotalItem
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 /subtotalItem

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 /subtotalItem/{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 /subtotalItem/{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 /subtotalItem/{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 /subtotalItem/{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.

supportCase

Get list of records.

GET /supportCase
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 /supportCase

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 /supportCase/{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 /supportCase/{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 /supportCase/{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 /supportCase/{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.

task

Get list of records.

GET /task
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 /task

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 /task/{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 /task/{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 /task/{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 /task/{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.

taxType

Get list of records.

GET /taxType
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 /taxType

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 /taxType/{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 /taxType/{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 /taxType/{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 /taxType/{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.

term

Get list of records.

GET /term
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 /term

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 /term/{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 /term/{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 /term/{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 /term/{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.

timeBill

Get list of records.

GET /timeBill
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 /timeBill

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 /timeBill/{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 /timeBill/{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 /timeBill/{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 /timeBill/{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.

timeSheet

Get list of records.

GET /timeSheet
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 /timeSheet

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 /timeSheet/{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 /timeSheet/{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.

Insert or update record.

PUT /timeSheet/{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.

topic

Get list of records.

GET /topic
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 /topic

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 /topic/{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 /topic/{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 /topic/{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 /topic/{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.

transferOrder

Get list of records.

GET /transferOrder
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 /transferOrder

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 /transferOrder/{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 /transferOrder/{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 /transferOrder/{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 /transferOrder/{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 itemFulfillment.

POST /transferOrder/{id}/!transform/itemFulfillment

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 itemReceipt.

POST /transferOrder/{id}/!transform/itemReceipt

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.

unitsType

Get list of records.

GET /unitsType
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 /unitsType

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 /unitsType/{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 /unitsType/{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 /unitsType/{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 /unitsType/{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.

usage

Get list of records.

GET /usage
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 /usage

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 /usage/{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 /usage/{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 /usage/{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 /usage/{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.

vendor

Get list of records.

GET /vendor
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 /vendor

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 /vendor/{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 /vendor/{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 /vendor/{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 /vendor/{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 customer.

POST /vendor/{id}/!transform/customer

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 purchaseOrder.

POST /vendor/{id}/!transform/purchaseOrder

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 vendorBill.

POST /vendor/{id}/!transform/vendorBill

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 vendorPayment.

POST /vendor/{id}/!transform/vendorPayment

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.

vendorBill

Get list of records.

GET /vendorBill
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 /vendorBill

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 /vendorBill/{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 /vendorBill/{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 /vendorBill/{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 /vendorBill/{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 vendorCredit.

POST /vendorBill/{id}/!transform/vendorCredit

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 vendorPayment.

POST /vendorBill/{id}/!transform/vendorPayment

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 vendorReturnAuthorization.

POST /vendorBill/{id}/!transform/vendorReturnAuthorization
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.

vendorCategory

Get list of records.

GET /vendorCategory
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 /vendorCategory

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 /vendorCategory/{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 /vendorCategory/{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 /vendorCategory/{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 /vendorCategory/{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.

vendorCredit

Get list of records.

GET /vendorCredit
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 /vendorCredit

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 /vendorCredit/{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 /vendorCredit/{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 /vendorCredit/{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 /vendorCredit/{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.

vendorPayment

Get list of records.

GET /vendorPayment
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 /vendorPayment

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 /vendorPayment/{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 /vendorPayment/{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 /vendorPayment/{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 /vendorPayment/{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.

vendorPrepayment

Get list of records.

GET /vendorPrepayment
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 /vendorPrepayment

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 /vendorPrepayment/{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 /vendorPrepayment/{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 /vendorPrepayment/{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 /vendorPrepayment/{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 vendorPrepaymentApplication.

POST /vendorPrepayment/{id}/!transform/vendorPrepaymentApplication
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

Transformed record.

default

Error response.

vendorPrepaymentApplication

Get list of records.

GET /vendorPrepaymentApplication
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 /vendorPrepaymentApplication
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 /vendorPrepaymentApplication/{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 /vendorPrepaymentApplication/{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 /vendorPrepaymentApplication/{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 /vendorPrepaymentApplication/{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.

vendorReturnAuthorization

Get list of records.

GET /vendorReturnAuthorization
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 /vendorReturnAuthorization
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 /vendorReturnAuthorization/{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 /vendorReturnAuthorization/{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 /vendorReturnAuthorization/{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 /vendorReturnAuthorization/{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.

Transform to itemFulfillment.

POST /vendorReturnAuthorization/{id}/!transform/itemFulfillment

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 vendorCredit.

POST /vendorReturnAuthorization/{id}/!transform/vendorCredit

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.

vendorSubsidiaryRelationship

Get list of records.

GET /vendorSubsidiaryRelationship
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 /vendorSubsidiaryRelationship
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 /vendorSubsidiaryRelationship/{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 /vendorSubsidiaryRelationship/{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 /vendorSubsidiaryRelationship/{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 /vendorSubsidiaryRelationship/{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.

webSite

Get list of records.

GET /webSite
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 /webSite

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 /webSite/{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 /webSite/{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 /webSite/{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 /webSite/{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.

workOrder

Get list of records.

GET /workOrder
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 /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.

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 /workOrder/{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 /workOrder/{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 /workOrder/{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 /workOrder/{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 /workOrder/{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 workOrderClose.

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

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 workOrderCompletion.

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

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 workOrderIssue.

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

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.

workOrderClose

Get list of records.

GET /workOrderClose
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 /workOrderClose

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 /workOrderClose/{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 /workOrderClose/{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 /workOrderClose/{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 /workOrderClose/{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.

workOrderCompletion

Get list of records.

GET /workOrderCompletion
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 /workOrderCompletion

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 /workOrderCompletion/{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 /workOrderCompletion/{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 /workOrderCompletion/{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 /workOrderCompletion/{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.

workOrderIssue

Get list of records.

GET /workOrderIssue
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 /workOrderIssue

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 /workOrderIssue/{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 /workOrderIssue/{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 /workOrderIssue/{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 /workOrderIssue/{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.

Schema Definitions

account

accountContextSearch: account-accountContextSearchCollection
accountSearchDisplayName Display Name: string
accountSearchDisplayNameCopy Name: string
acctName Name: string

Enter up to 31 characters for an account name that will appear on all reports. If you want to use GL account numbers and do not see a Number field above the Name field, go to Setup > Accounting > Preferences > Accounting Preferences, and check the Use Account Numbers box. Save the preference, and return to this page.

acctNumber Number: string

Enter the number to identify this account. The number can be alphanumeric. The maximum number of characters is 60.

acctType: object
id Internal identifier: string
refName Reference Name: string
availableBalance Available Balance: number (double)
bAch Use ACH: boolean

Check this box to signify this is an account used with ACH processing. ACH processing is used for the Electronic Funds Transfer (EFT) and Direct Deposit features.

balance Balance: number (double)
billableExpensesAcct: account
cashFlowRate: object
id Internal identifier: string AVERAGE , HISTORICAL , CURRENT
refName Reference Name: string
category1099Misc: nsResource
class: classification
curDocNum Next Check Number: integer (int64)

Enter a number to reset the default check number that appears on transactions such as checks and bill payments. By default, this field shows the highest check number in the account plus one. The number you enter in the Next Check Number field of the account record determines the number that appears in the Check Number field on transactions linked to that account.

currency: currency
deferralAcct: account
department: department
description Description: string

Enter a description for this account.

displayNameWithHierarchy Display Name (with hierarchy): string
eliminate Eliminate Intercompany Transactions: boolean

Check this box to make this account an intercompany account. Intercompany accounts are used to record transactions between subsidiaries. You can post both intercompany transactions and non-intercompany transactions to most intercompany accounts. Intercompany Accounts Receivable and Intercompany Accounts Payable, however, can be used only for recording amounts that are candidates for eliminations. For details, see the help topic Intercompany Accounts.

externalId External ID: string
fullName Full Name: string
generalRate: object
id Internal identifier: string AVERAGE , HISTORICAL , CURRENT
refName Reference Name: string
id Internal ID: string
includeChildren Include Children: boolean

Check the Include Children box to share the account with all the sub-subsidiaries associated with each subsidiary selected in the Subsidiary field.

inventory Inventory: boolean

If this will be an Other Current Asset account and you want the balance of this account included in the total balance of the Inventory KPI, select the Inventory box.

isInactive Inactive: boolean

Check this box to inactivate this account. Inactive accounts do not show in lists on transactions and records.

isSummary Summary: boolean

Check this box to make this account record solely for reporting purposes. Summary accounts are useful when you want to create a non-posting, inactive parent account that has active child accounts. If you do not have a OneWorld account, new summary accounts cannot have an opening balance, but you can convert an existing account with a transaction balance into a summary account. In this case, you cannot post additional transactions to the account. Summary accounts appear with their children in the chart of accounts list. You cannot merge a summary account into another account.

lastModifiedDate Last Modified Date: string (date-time)
legalName Legal Name: string

If the Use Legal Name in Account accounting preference is enabled at Setup > Accounting > Preferences > Accounting Preferences, the Legal Name field appears. You can enter up to 400 characters in this field including special characters such as colon and semi colon. You can also enter characters such as Éé,Çç, and 2 byte characters such as 会計、科目. This field is useful in countries where the legal name of an entity is required by law. The Legal Name field can be added to financial reports where account is an available component. It is also available in advanced searches, SuiteScript, and ODBC. System notes maintains an audit trail specific to the activity on the Legal Name field.

links Links: nsLink
nsLink
localizations: account-localizationsCollection
location: location
mMaxAmtPerTran Maximum Amount Per Transaction: number (double)

Enter the dollar amount limit per transaction with this account.

openingBalance Opening Balance: number (double)

Enter an opening balance for this account.

parent: account
reconcileWithMatching Use Match Bank Data and Reconcile Account Statement Pages: boolean

Check this box if you want to use the Confirm Transaction Matches and Reconcile Account Statement pages for this account. The original reconciliation pages are still available. To use the original pages, clear the box.

refName Reference Name: string
restrictToAccountingBook: nsResourceCollection
revalue Revalue Open Balance for Foreign Currency Transactions: boolean

Check this box to select this account for open balance currency revaluation.

sAchMsg ACH Message: string

Enter a default ACH message for this account.

sBankCompanyId Bank Account Number: string

Enter the bank account number, up to 20 digits.

sBankName Bank Name: string

Enter the name of your bank.

sBankRoutingNumber Bank Routing Number: string

Enter the 9-digit routing number for this bank account.

sSpecAcct: object
id Internal identifier: string CommPay , DeferExpense , UnbilledRec , SalesTaxPay , Tax , PSTPay , CumulTransAdj , RevArrng , DefRevClearing , Opprtnty , PSTExp , PayUnemp , RefundPay , TrnfrOrd , FailedACH , AccumDeprec , OpeningBalEquity , PayWage , RecvNotBill , SalesOrd , PayrollLiab , UnrERV , PayrollFloat , DirectLabor , UnappvPymt , InterCoPayRec , IndirectLabor , PurchOrd , MbHtpOffsetAcct , PayLocal , PayState , PayMed , InvInTransit , RealizedERV , RetEarnings , ClearingPymt , PayrollExp , TaxLiability , AdvPaid , GSTPay , Estimate , FxRateVariance , COGS , MatchingUnrERV , RtnAuth , InvtAsset , Tegata , PayFed , AcctRec , DeferRevenue , UncatExpense , WorkOrd , UnappvExpRept , CustAuth , JobCostVariance , VendAuth , RndERV , PayrollWage , CustDep , UncatIncome , PurchReq , RtnNotCredit , Netting , PayComm , PayAdjst , AcctPay , InvInTransitExt , PaySS , UndepFunds , CTA-E
refName Reference Name: string
subsidiary: subsidiaryCollection
tranDate Date: string (date)

Enter the date of the opening balance of this account.

unit Default Unit: string

This field displays the base unit assigned to the Unit Type. The default unit cannot be changed.

unitsType: unitsType

account-accountContextSearchCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: account-accountContextSearchElement
account-accountContextSearchElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

account-accountContextSearchElement

accountingcontext: nsResource
acctname Name: string
acctnumber Number: string
legalName Legal Name: string
links Links: nsLink
nsLink
locale: object
id Internal identifier: string it_CH , en_TC , af_ZA , es_EA , es_EC , pt_BR , en_CY , fr_LU , nl_AN , es_UY , en_TT , es_ES , pt_ST , en_DM , en_TZ , es_ES_EURO , fr_ML , de_DE_onLQA , es_VE , nl_BE , da_DK , pt_AO , to_TO , en_UG , am_ET , ss_SZ , nl_BQ , ar , pt_AW , ko_KR , en_US , fr_BE_EURO , ko_KP , si_AQ , fr_MG , el_GR , be_BY , en_AU , he_IL , en_AW , es_SV , en_BB , ar_YE , es_CO , es_CL , en_BM , es_CR , pa_IN , en_SC , en_BS , sm_WS , it_IT_EURO , fr_KM , es_CU , en_SB , en_SG , en_BW , en_SH , en_BZ , en_SL , az_AZ , fi_FI , en_SS , sr_YU , en_CD , en_CA , ka_GE , lv_LV , uk_UA , es_DO , ur_PK , ar_IQ , fr_LU_EURO , pt_PT , fr_FR_EURO , en_PH , th_TH , bn_BD , si_LK , en_PG , hu_HU , ar_SA , ar_SD , ru_KZ , ar_BH , nl_BE_EURO , ro_MD , en_QA , ru_KG , es_AR , ta_IN , sr_RS , aa_ER , en , de_DE_EURO , zh_MO , en_AE , ar_SY , es_BO , en_AI , no_NO , en_AG , nl_SR , fr_VU , en_MW , gu_AQ , ar_TN , nl_SX , hi_IN , en_NA , mn_MN , en_NG , fr_FR , ms_MY , nl_CW , uz_UZ , ar_DJ , sr_CS , de_AT_EURO , en_NZ , es_PE , es_PA , fa_IR , ar_DZ , fr_GN , lb_LU , xx_US , pt_CV , sh_RS , ht_HT , fr_WF , es_AR_onLQA , es_PR , ar_EG , es_PY , fr_GA , en_KW , de_AT , ro_RO , en_KY , fr_FR_onLQA , fr_DJ , ca_ES_EURO , cs_CZ , en_LC , pl_AQ , fr_TD , fr_TG , es_MX , sv_AX , sk_SK , en_LR , en_LS , ar_OM , dz_BT , te_IN , de_LU_EURO , sq_AL , sv_SE , sn_ZW , es_NI , en_IE_EURO , my_MM , en_MF , en_MU , it_IT , pl_PL , fr_BE , fr_BF , tr_TR , fr_BI , fr_BJ , id_ID , fr_RW , en_ZM , km_KH , ja_JP , de_DE , fr_BL , tg_TJ , ar_QA , de_CH , zh_HK , pt_PT_EURO , en_JO , en_JM , fr_CA , nl_NL_EURO , fr_CF , fr_CG , fr_CD , pa_AQ , fr_CH , xx_US_wthId , fr_CI , pt_GW , vi_VN , ru_MD , fr_CM , fr_SC , en_KE , ne_NP , bs_BA , sl_SI , en_KN , fr_SN , ar_AE , en_GY , tl_PH , ca_ES , es_IC , lo_LA , kn_IN , so_SO , fr_PF , ar_JO , nl_NL , is_IS , fi_FI_EURO , pt_MZ , sk_SK_EURO , sl_SI_EURO , en_IE , ms_BN , hr_HR , ar_KW , de_LU , lt_LT , en_IN , ps_AF , en_ZA , en_VC , ru_RU , sh_YU , ar_LB , mr_IN , dv_MV , fj_FJ , zh_TW , tk_TM , ar_LY , en_VU , fr_NE , en_FK , es_GT , fr_NC , es_GQ , fa_AF , bg_BG , hy_AM , en_CY_EURO , mk_MK , ar_MA , en_GD , en_GB , es_HN , gu_IN , en_GH , et_EE , en_GI , zh_CN , en_GM , ar_MR
refName Reference Name: string
refName Reference Name: string

account-localizationsCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: account-localizationsElement
account-localizationsElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

account-localizationsElement

accountingcontext: nsResource
acctname Name: string
acctnumber Number: string
legalName Legal Name: string
links Links: nsLink
nsLink
locale: object
id Internal identifier: string it_CH , en_TC , af_ZA , es_EA , es_EC , pt_BR , en_CY , fr_LU , nl_AN , es_UY , en_TT , es_ES , pt_ST , en_DM , en_TZ , es_ES_EURO , fr_ML , de_DE_onLQA , es_VE , nl_BE , da_DK , pt_AO , to_TO , en_UG , am_ET , ss_SZ , nl_BQ , ar , pt_AW , ko_KR , en_US , fr_BE_EURO , ko_KP , si_AQ , fr_MG , el_GR , be_BY , en_AU , he_IL , en_AW , es_SV , en_BB , ar_YE , es_CO , es_CL , en_BM , es_CR , pa_IN , en_SC , en_BS , sm_WS , it_IT_EURO , fr_KM , es_CU , en_SB , en_SG , en_BW , en_SH , en_BZ , en_SL , az_AZ , fi_FI , en_SS , sr_YU , en_CD , en_CA , ka_GE , lv_LV , uk_UA , es_DO , ur_PK , ar_IQ , fr_LU_EURO , pt_PT , fr_FR_EURO , en_PH , th_TH , bn_BD , si_LK , en_PG , hu_HU , ar_SA , ar_SD , ru_KZ , ar_BH , nl_BE_EURO , ro_MD , en_QA , ru_KG , es_AR , ta_IN , sr_RS , aa_ER , en , de_DE_EURO , zh_MO , en_AE , ar_SY , es_BO , en_AI , no_NO , en_AG , nl_SR , fr_VU , en_MW , gu_AQ , ar_TN , nl_SX , hi_IN , en_NA , mn_MN , en_NG , fr_FR , ms_MY , nl_CW , uz_UZ , ar_DJ , sr_CS , de_AT_EURO , en_NZ , es_PE , es_PA , fa_IR , ar_DZ , fr_GN , lb_LU , xx_US , pt_CV , sh_RS , ht_HT , fr_WF , es_AR_onLQA , es_PR , ar_EG , es_PY , fr_GA , en_KW , de_AT , ro_RO , en_KY , fr_FR_onLQA , fr_DJ , ca_ES_EURO , cs_CZ , en_LC , pl_AQ , fr_TD , fr_TG , es_MX , sv_AX , sk_SK , en_LR , en_LS , ar_OM , dz_BT , te_IN , de_LU_EURO , sq_AL , sv_SE , sn_ZW , es_NI , en_IE_EURO , my_MM , en_MF , en_MU , it_IT , pl_PL , fr_BE , fr_BF , tr_TR , fr_BI , fr_BJ , id_ID , fr_RW , en_ZM , km_KH , ja_JP , de_DE , fr_BL , tg_TJ , ar_QA , de_CH , zh_HK , pt_PT_EURO , en_JO , en_JM , fr_CA , nl_NL_EURO , fr_CF , fr_CG , fr_CD , pa_AQ , fr_CH , xx_US_wthId , fr_CI , pt_GW , vi_VN , ru_MD , fr_CM , fr_SC , en_KE , ne_NP , bs_BA , sl_SI , en_KN , fr_SN , ar_AE , en_GY , tl_PH , ca_ES , es_IC , lo_LA , kn_IN , so_SO , fr_PF , ar_JO , nl_NL , is_IS , fi_FI_EURO , pt_MZ , sk_SK_EURO , sl_SI_EURO , en_IE , ms_BN , hr_HR , ar_KW , de_LU , lt_LT , en_IN , ps_AF , en_ZA , en_VC , ru_RU , sh_YU , ar_LB , mr_IN , dv_MV , fj_FJ , zh_TW , tk_TM , ar_LY , en_VU , fr_NE , en_FK , es_GT , fr_NC , es_GQ , fa_AF , bg_BG , hy_AM , en_CY_EURO , mk_MK , ar_MA , en_GD , en_GB , es_HN , gu_IN , en_GH , et_EE , en_GI , zh_CN , en_GM , ar_MR
refName Reference Name: string
refName Reference Name: string

accountCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items Items: account

An array field that represents a collection of elements, for example, sublist lines, multiselect items, or search results.

account
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

accountingPeriod

allLocked All Locked: boolean
allowNonGLChanges Allow Non-G/L Changes: boolean

Check this box to allow users with the Allow Non-G/L Changes permission to enter non-posting transactions to this period after it has been closed. Users who do not have the Allow Non-G/L Changes permission cannot enter non-posting transactions to a period even if the Allow Non-G/L Changes option for a period is checked.

apLocked A/P Locked: boolean
arLocked A/R Locked: boolean
closed Closed: boolean
closedOnDate Date Closed: string (date)
endDate End Date: string (date)

Enter or pick this period's end date here. This is a required field.

fiscalCalendar: nsResource
fiscalCalendars: accountingPeriod-fiscalCalendarsCollection
id Internal ID: string
isAdjust Period is Adjustment: boolean

Check this box if this period is an adjustment period to adjust the difference between 365 days in a calendar year and 364 days in a fiscal year that consists of 52 weeks x 7 days per week.

isInactive Inactive: boolean

Check this box to inactivate this numbering sequence.

isPosting Is Posting: boolean
isQuarter Period is a Quarter: boolean

Check this box if this period is a quarter.

isYear Period is a Year: boolean

Check this box if this period is a year.

lastModifiedDate Last Modified Date: string (date-time)
links Links: nsLink
nsLink
parent: accountingPeriod
payrollLocked Payroll Locked: boolean
perBookPeriodClosing: accountingPeriod-perBookPeriodClosingCollection
periodName Period Name: string

The name of the selected period. You can enter this name when you first set up the period. Period names should be unique within a fiscal calendar. Since base periods are shared across all fiscal calendars, base period names must all be unique across all periods in all fiscal calendars If you accessed the page from Transactions > Management > GL Audit Numbering > Setup, you can select the open period. This is a required field.

refName Reference Name: string
startDate Start Date: string (date)

Enter or pick the date this period starts here. This is a required field.

accountingPeriod-fiscalCalendarsCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: accountingPeriod-fiscalCalendarsElement
accountingPeriod-fiscalCalendarsElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

accountingPeriod-fiscalCalendarsElement

fiscalCalendar: nsResource
fullName Full Name: string
links Links: nsLink
nsLink
parent: accountingPeriod
refName Reference Name: string

accountingPeriod-perBookPeriodClosingCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: accountingPeriod-perBookPeriodClosingElement
accountingPeriod-perBookPeriodClosingElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

accountingPeriod-perBookPeriodClosingElement

accountingBook: nsResource
links Links: nsLink
nsLink
periodClosed Closed: boolean
refName Reference Name: string

accountingPeriodCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items Items: accountingPeriod

An array field that represents a collection of elements, for example, sublist lines, multiselect items, or search results.

accountingPeriod
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

advIntercompanyJournalEntry

accountingBook: nsResource
accountingBookDetail: advIntercompanyJournalEntry-accountingBookDetailCollection
appliedRules: advIntercompanyJournalEntry-appliedRulesCollection
approvalStatus: object
id Internal identifier: string 11 , 1 , 2 , 3
refName Reference Name: string
approved Approved: boolean

Check this box to indicate that this journal entry is approved. If you check this box, this journal entry will post immediately. If you do not check this box, this journal entry must be approved before it posts.

class: classification
createdDate Date Created: string (date-time)
createdFrom: nsResource
currency: currency
customForm: object
id Internal identifier: string -9970 , 30
refName Reference Name: string
department: department
excludeFromGLNumbering Exclude from GL Audit Numbering: boolean
externalId External ID: string
id Internal ID: string
isReversal Is Reversal: boolean
lastModifiedDate Date Last Modified: string (date-time)
line: advIntercompanyJournalEntry-lineCollection
links Links: nsLink
nsLink
location: location
memo Memo: string

If you wish, enter a memo to describe this journal entry. It will appear on this transaction detail as well as reports such as a 2-line account register.

nextApprover: employee
nexus: nexus
parentExpenseAlloc: nsResource
performAutoBalance Perform Auto Balance: boolean
postingPeriod: accountingPeriod
prevDate Previous Effective Date: string (date)
refName Reference Name: string
reversalDate Reversal Date: string (date)

If this journal entry is intended to be reversed, enter the date for the reversing entry to be posted. If Defer Entry is checked, this field is mandatory.

reversalDefer Defer Entry: boolean

Check this box to make the reversal a memorized transaction that automatically occurs on the date entered in the required Reversal Date field. Clear this box to make the reversal an immediately entered transaction with the date in the Reversal Date field.

subsidiary: subsidiary
toSubsidiaries To Subsidiaries: string
tranDate Date: string (date)

NetSuite inserts today's date as the date of this journal entry. You can enter or select another date.

tranId Entry No.: string

NetSuite increases the largest journal entry number by one. If you wish, you can type another number. The next journal entry number will revert to the standard pattern. You can enter a maximum of 45 characters in this field.

advIntercompanyJournalEntry-accountingBookDetailCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: advIntercompanyJournalEntry-accountingBookDetailElement
advIntercompanyJournalEntry-accountingBookDetailElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

advIntercompanyJournalEntry-accountingBookDetailElement

accountingBook: nsResource
exchangeRate Exchange Rate: number (double)
links Links: nsLink
nsLink
refName Reference Name: string
revRecOnRevCommitment Rev Rec on Rev Commit.: boolean
subsidiary: subsidiary
tranIsVsoeBundle Transaction Is VSOE Bundle: boolean

advIntercompanyJournalEntry-appliedRulesCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: advIntercompanyJournalEntry-appliedRulesElement
advIntercompanyJournalEntry-appliedRulesElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

advIntercompanyJournalEntry-appliedRulesElement

creationDate Date: string (date)
details Details: string
externalLogId External ID: integer (int64)
id ID: integer (int64)
links Links: nsLink
nsLink
refName Reference Name: string
ruleType Rule Type:: string
ruleTypeTranslation Rule Type: string
transactionVersion Version: integer (int64)

advIntercompanyJournalEntry-lineCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: advIntercompanyJournalEntry-lineElement
advIntercompanyJournalEntry-lineElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

advIntercompanyJournalEntry-lineElement

account: account
amortizationType Type: string
class: classification
cleared Cleared: boolean
clearedDate Date Cleared: string (date)
credit Credit: number (double)
creditTax Credit Tax: number (double)
debit Debit: number (double)
debitTax Debit Tax: number (double)
department: department
dueToFromSubsidiary: subsidiary
eliminate Eliminate: boolean
endDate End Date: string (date)
entity: one of: [ customer, partner, vendor, nsResource, employee, contact ]
entityrepresentssubsidiary: subsidiary
giftCertCode: nsResource
item: one of: [ inventoryItem, assemblyItem, kitItem, nsResource, discountItem, markupItem, subtotalItem, descriptionItem, paymentItem, salesTaxItem, shipItem, downloadItem, giftCertificateItem, subscriptionPlan, nonInventorySaleItem, nonInventoryResaleItem, nonInventoryPurchaseItem, serviceSaleItem, serviceResaleItem, servicePurchaseItem, otherChargeSaleItem, otherChargeResaleItem, otherChargePurchaseItem ]
line Line Id: integer (int64)
lineBaseCurrency: currency
lineCurrencyPrecision Currency Precision: string
lineFxRate Exchange Rate: number (double)
lineLastModifiedDate Line Last Modified Date: string (date-time)
lineSubsidiary: subsidiary
lineTaxCode: nsResource
lineTaxRate Tax Rate: number (double)
lineTotalAmt Total Amount (Base Currency): number (double)
links Links: nsLink
nsLink
location: location
memo Memo: string
refName Reference Name: string
residual Residual: number (double)
revenueRecognitionRule: nsResource
schedule: nsResource
scheduleNum: nsResource
scheduleType: object
id Internal identifier: string Amortization , RevRec
refName Reference Name: string
startDate Start Date: string (date)
taxAccount: account
taxBasis Tax Basis: number (double)
taxDetailsReference Tax Details Reference: string
totalAmount Total Amount: number (double)

advIntercompanyJournalEntryCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items Items: advIntercompanyJournalEntry

An array field that represents a collection of elements, for example, sublist lines, multiselect items, or search results.

advIntercompanyJournalEntry
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

assemblyBuild

accountingBookDetail: assemblyBuild-accountingBookDetailCollection
billOfMaterials: bom
billOfMaterialsRevision: bomRevision
buildable Buildable: number (float)

When you select an assembly item, the maximum number that you can build appears in the Buildable Quantity field. If you use locations, the quantity for the selected location is displayed in the Buildable Quantity field.

class: classification
component: assemblyBuild-componentCollection
createdDate Date Created: string (date-time)
createdFrom: nsResource
currencyPrecision Currency Precision: string
customForm: object
id Internal identifier: string -9980
refName Reference Name: string
department: department
effectiveBomControl Effective BoM Control: string
excludeFromGLNumbering Exclude from GL Audit Numbering: boolean
externalId External ID: string
id Internal ID: string
inventoryDetail: assemblyBuild-inventoryDetail
item: assemblyItem
lastModifiedDate Date Last Modified: string (date-time)
linkedIR: itemReceipt
linkedInventoryTransfer: inventoryTransfer
links Links: nsLink
nsLink
location: location
memo Memo: string

Optionally enter a Memo. You can search for this text later to find this entry.

outsourcingCharge: one of: [ inventoryItem, assemblyItem, kitItem, nsResource, discountItem, markupItem, subtotalItem, descriptionItem, paymentItem, salesTaxItem, shipItem, downloadItem, giftCertificateItem, subscriptionPlan, nonInventorySaleItem, nonInventoryResaleItem, nonInventoryPurchaseItem, serviceSaleItem, serviceResaleItem, servicePurchaseItem, otherChargeSaleItem, otherChargeResaleItem, otherChargePurchaseItem ]
outsourcingChargeUnitPrice Unit Price: number (double)
postingPeriod: accountingPeriod
prevDate Previous Effective Date: string (date)
quantity Quantity: number (float)

In the Quantity to Build field, enter the number of assembly items you want to build. You cannot enter a quantity that exceeds the amount displayed in the Buildable Quantity field.

refName Reference Name: string
revision: itemRevision
revisionMemo Revision Memo: string
subsidiary: subsidiary
total Projected Value: number (double)

NetSuite calculates the Projected Value of this transaction. Projected value for the new assembly items is the total value of the parts times the quantity being built.

tranDate Date: string (date)

Accept today's Date or enter another transaction date.

tranId Ref No.: string

The Reference # field displays a system generated number. You can enter a different reference number to track this transaction.

units Unit of Measure: string

If the assembly you select uses Units of Measure, the base units are displayed in the Units field.

assemblyBuild-accountingBookDetailCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: assemblyBuild-accountingBookDetailElement
assemblyBuild-accountingBookDetailElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

assemblyBuild-accountingBookDetailElement

accountingBook: nsResource
exchangeRate Exchange Rate: number (double)
links Links: nsLink
nsLink
refName Reference Name: string
revRecOnRevCommitment Rev Rec on Rev Commit.: boolean
subsidiary: subsidiary
tranIsVsoeBundle Transaction Is VSOE Bundle: boolean

assemblyBuild-component-componentInventoryDetail

customForm: object
id Internal identifier: string
refName Reference Name: string
externalId External ID: string
inventoryAssignment: assemblyBuild-component-componentInventoryDetail-inventoryAssignmentCollection
item: one of: [ inventoryItem, assemblyItem, kitItem, nsResource, discountItem, markupItem, subtotalItem, descriptionItem, paymentItem, salesTaxItem, shipItem, downloadItem, giftCertificateItem, subscriptionPlan, nonInventorySaleItem, nonInventoryResaleItem, nonInventoryPurchaseItem, serviceSaleItem, serviceResaleItem, servicePurchaseItem, otherChargeSaleItem, otherChargeResaleItem, otherChargePurchaseItem ]
itemDescription Description: string

A more complete Description of the item.

links Links: nsLink
nsLink
location: location
quantity Quantity: number (float)

In the Quantity to Build field, enter the number of assembly items you want to build. You cannot enter a quantity that exceeds the amount displayed in the Buildable Quantity field.

refName Reference Name: string
toLocation: location
unit Units: string

If the assembly uses Units of Measure, the base units are displayed in the Units field.

assemblyBuild-component-componentInventoryDetail-inventoryAssignmentCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: assemblyBuild-component-componentInventoryDetail-inventoryAssignmentElement
assemblyBuild-component-componentInventoryDetail-inventoryAssignmentElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

assemblyBuild-component-componentInventoryDetail-inventoryAssignmentElement

binNumber: bin
expirationDate Expiration Date: string (date)
internalId Internal ID: integer (int64)
inventoryDetail Inventory Detail: integer (int64)
inventoryStatus: nsResource
issueInventoryNumber: inventoryNumber
links Links: nsLink
nsLink
packCarton Pack Carton: string
pickCarton Pick Carton: string
quantity Quantity: number (float)
quantityAvailable Unpicked Bin Qty: number (float)
receiptInventoryNumber Serial/Lot Number: string
refName Reference Name: string
secondaryQuantity Secondary Quantity: number (float)
toBinNumber: bin
toInventoryStatus: nsResource

assemblyBuild-componentCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: assemblyBuild-componentElement
assemblyBuild-componentElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

assemblyBuild-componentElement

buildVariance Build Variance: number (float)
componentInventoryDetail: assemblyBuild-component-componentInventoryDetail
item Item: string
lineNumber Line Number: integer (int64)
links Links: nsLink
nsLink
quantity Quantity: number (float)
quantityOnHand Quantity On Hand: number (float)
refName Reference Name: string
unitCost Unit Cost: number (float)
units Units: string

assemblyBuild-inventoryDetail

customForm: object
id Internal identifier: string
refName Reference Name: string
externalId External ID: string
inventoryAssignment: assemblyBuild-inventoryDetail-inventoryAssignmentCollection
item: one of: [ inventoryItem, assemblyItem, kitItem, nsResource, discountItem, markupItem, subtotalItem, descriptionItem, paymentItem, salesTaxItem, shipItem, downloadItem, giftCertificateItem, subscriptionPlan, nonInventorySaleItem, nonInventoryResaleItem, nonInventoryPurchaseItem, serviceSaleItem, serviceResaleItem, servicePurchaseItem, otherChargeSaleItem, otherChargeResaleItem, otherChargePurchaseItem ]
itemDescription Description: string

A more complete Description of the item.

links Links: nsLink
nsLink
location: location
quantity Quantity: number (float)

In the Quantity to Build field, enter the number of assembly items you want to build. You cannot enter a quantity that exceeds the amount displayed in the Buildable Quantity field.

refName Reference Name: string
toLocation: location
unit Units: string

If the assembly uses Units of Measure, the base units are displayed in the Units field.

assemblyBuild-inventoryDetail-inventoryAssignmentCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items: assemblyBuild-inventoryDetail-inventoryAssignmentElement
assemblyBuild-inventoryDetail-inventoryAssignmentElement
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

assemblyBuild-inventoryDetail-inventoryAssignmentElement

binNumber: bin
expirationDate Expiration Date: string (date)
internalId Internal ID: integer (int64)
inventoryDetail Inventory Detail: integer (int64)
inventoryStatus: nsResource
issueInventoryNumber: inventoryNumber
links Links: nsLink
nsLink
packCarton Pack Carton: string
pickCarton Pick Carton: string
quantity Quantity: number (float)
quantityAvailable Unpicked Bin Qty: number (float)
receiptInventoryNumber Serial/Lot Number: string
refName Reference Name: string
secondaryQuantity Secondary Quantity: number (float)
toBinNumber: bin
toInventoryStatus: nsResource

assemblyBuildCollection

count Count: integer (int64)
hasMore Has More Results: boolean
items Items: assemblyBuild

An array field that represents a collection of elements, for example, sublist lines, multiselect items, or search results.

assemblyBuild
links Links: nsLink
nsLink
offset Query Offset: integer (int64)
totalResults Total Results: integer (int64)

assemblyItem

VSOEDeferral: object
id Internal identifier: string DEFERALLUNTIL , DEFERUNTIL
refName Reference Name: string
VSOEDelivered Default as Delivered: boolean

Check this box to automatically set this item to a Delivered status when this item is added to a transaction. Clear this box to leave the delivery status clear by default.

VSOEPermitDiscount: object
id Internal identifier: string IFDELIVERED , NEVER
refName Reference Name: string
VSOEPrice Allocation Price: number (double)

Enter the VSOE Price for this item if it is known. Note: If you need to use more than one VSOE price for an item, you can set the most common price here and then change the price on each order manually.

VSOESopGroup: object
id Internal identifier: string EXCLUDE , NORMAL , SOFTWARE
refName Reference Name: string
accountingBookDetail: assemblyItem-accountingBookDetailCollection
alternateDemandSourceItem: assemblyItem
amortizationPeriod Amortization Period: integer (int64)
amortizationTemplate: nsResource
assetAccount: account
atpLeadTime ATP Lead Time: integer (int64)
atpMethod: object
id Internal identifier: string CUMULATIVE_ATP_WITH_LOOK_AHEAD , DISCRETE_ATP
refName Reference Name: string
autoExpandKitForRevenuemgmt Auto-Expansion for Revenue Management: boolean
autoLeadTime Auto-Calculate: boolean

Lead time is the average number of days between ordering this item from the vendor and receiving it. * Check the Auto-Calculate box if you want NetSuite to calculate the lead time based on the most recent order history of this item. This is calculated by taking the number of days between the order entry and receipt on the three most recent purchase orders, and dividing by three. o If there are multiple receipts for the item against the same purchase order, only the first receipt is used for the calculation. o Lead time calculation is not weighted by number of units received. o More recent purchase orders without receipts are ignored. * Clear the Auto-Calculate box to manually enter a lead time value in days. If the Auto-Calculate box is cleared and no value is entered, then the default value from the Set Up Inventory Management page is used.

autoPreferredStockLevel Auto-Calculate: boolean

The preferred stock level is the optimum quantity to maintain in stock of an item. The quantity you enter here is used to determine your replenishment needs on the Order Items page. It is the quantity you want to have in stock after an order is placed. * Auto-Calculating – Check the Auto-Calculate box if you want NetSuite to calculate the preferred stock level based on demand for the item. The preferred stock level is calculated as: (daily demand * number of days supply preferred). If no preferred stock level is identified, then the default preferred stock level is used from the Set Up Inventory Management page. * Manually Calculating – Clear the Auto-Calculate box to manually enter the preferred stock quantity. The preferred stock level you set is used to calculate the quantity of items to be ordered on the Order Items page.

autoProductionLeadTime Auto Calculate Production Lead Time: boolean
autoReorderPoint Auto-Calculate: boolean

Reorder Point is the quantity level at which you need to reorder or build more of this item. * Auto-Calculate – Check the Auto-Calculate box to automatically calculate the reorder point based on demand for the item over time. The reorder point depends on the safety stock definition and is calculated as follows: o Without safety stock defined: Reorder point = (average lead time days * demand) o With safety stock defined in days: Reorder point = [(average lead time days + safety stock days) * demand] o With safety stock quantity defined: Reorder point = [(average lead time days * demand) + safety stock quantity) * Manually Calculate – Clear the Auto-Calculate box to manually enter the point at which to reorder or build more of this item. If you go to Home > User Preferences and place a check mark in the Inventory Level Warnings box, NetSuite reminds you when you have reached the reorder point.

availableToPartners Available to Adv. Partners: boolean

Check this box to make this item available to partners with the Advanced Partner Center role for viewing. These items are also available to partners with roles that are customized for the Advanced Partner Center and include view, create or edit access to item records.

averageCost Average Cost: number (double)

This field displays the current average cost of the item across all locations. Using the weighted-average method, the average cost is calculated as the total units available during a period divided by the beginning inventory cost plus the cost of additions to inventory. Note: The average cost calculated per location is listed for each location on the Locations subtab. If you use Multiple Units of Measure, average cost is calculated using stock units.

backwardConsumptionDays Backward Consumption Days: integer (int64)
baseUnit Primary Base Unit: string

This field displays the base unit of measure for this item.

billExchRateVarianceAcct: account
billOfMaterials: assemblyItem-billOfMaterialsCollection
billPriceVarianceAcct: account
billQtyVarianceAcct: account
billingSchedule: billingSchedule
binNumber: assemblyItem-binNumberCollection
buildEntireAssembly Mark Sub-assemblies Phantom: boolean

Checking this box instructs the work order to build sub-assemblies for this item by default. Sub-assemblies are marked as Phantom on the Item Source, and the mark Sub-Assemblies Phantom box will be checked on the work order. This default can be overridden by clearing the Mark Sub-Assemblies Phantom box or amending the item source .

buildTime Work Order Variable Lead Time: number (float)

In the Work Order Lead Time field, enter the lead time (in days) to build one assembly in the base unit.

buildTimeLotSize Work Order Lead Time Lot Size: number (float)
class: classification
cogsAccount: account
consumptionUnit Primary Consumption Unit: string

If you use the Multiple Units of Measure feature, select the default unit of measure for inventory.

contingentRevenueHandling Eligible For Contingent Revenue Handling: boolean

Check this box to indicate that the item is subject to contingent revenue handling. When checked, revenue allocation is affected.

copyDescription Copy from Sales Order: boolean

Check this box to copy the purchase description from the item description you enter on a sales order. Clear this box to enter a purchase description in the field above.

correlatedItems: assemblyItem-correlatedItemsCollection
cost Purchase Price: number (double)

Enter the price you pay for this item. If you do not enter a price, purchase orders for this item show the most recent purchase price by default. If you select a preferred vendor for this item, the price is shown in the currency selected on the vendor's record. If no preferred vendor is selected, the price is shown in your base currency.

costAccountingStatus Cost Accounting Status: string
costEstimate Item Defined Cost: number (double)

Enter an Item Defined Cost amount.

costEstimateUnits Est. Cost Unit: string
costingMethod: object
id Internal identifier: string SERIAL , LOT , AVG , LIFO , GROUPAVG , FIFO , STANDARD
refName Reference Name: string
countryOfManufacture: object
id Internal identifier: string PR , PS , PT , PW , PY , QA , AD , AE , AF , AG , AI , AL , AM , AN , AO , AQ , AR , AS , AT , RE , AU , AW , AX , AZ , RO , BA , BB , RS , BD , BE , RU , BF , BG , RW , BH , BI , BJ , BL , BM , BN , BO , SA , BQ , SB , BR , SC , BS , SD , BT , SE , BV , SG , BW , SH , SI , BY , SJ , BZ , SK , SL , SM , SN , SO , CA , SR , CC , SS , CD , ST , CF , SV , CG , CH , SX , CI , SY , SZ , CK , CL , CM , CN , CO , CR , TC , CS , TD , CU , TF , CV , TG , CW , TH , CX , CY , TJ , CZ , TK , TL , TM , TN , TO , TR , TT , DE , TV , TW , DJ , TZ , DK , DM , DO , UA , UG , DZ , UM , EA , EC , US , EE , EG , EH , UY , UZ , VA , ER , VC , ES , ET , VE , VG , VI , VN , VU , FI , FJ , FK , FM , FO , FR , WF , GA , GB , WS , GD , GE , GF , GG , GH , GI , GL , GM , GN , GP , GQ , GR , GS , GT , GU , GW , GY , XK , HK , HM , HN , HR , HT , YE , HU , IC , ID , YT , IE , IL , IM , IN , IO , ZA , IQ , IR , IS , IT , ZM , JE , ZW , JM , JO , JP , KE , KG , KH , KI , KM , KN , KP , KR , KW , KY , KZ , LA , LB , LC , LI , LK , LR , LS , LT , LU , LV , LY , MA , MC , MD , ME , MF , MG , MH , MK , ML , MM , MN , MO , MP , MQ , MR , MS , MT , MU , MV , MW , MX , MY , MZ , NA , NC , NE , NF , NG , NI , NL , NO , NP , NR , NU , NZ , OM , PA , PE , PF , PG , PH , PK , PL , PM , PN
refName Reference Name: string
createExpensePlansOn: nsResource
createRevenuePlansOn: nsResource
createdDate Date Created: string (date-time)
currency: currency
custReturnVarianceAccount: account
customForm: object
id Internal identifier: string -220 , -10221 , -10220
refName Reference Name: string
defaultItemShipMethod: shipItem
defaultReturnCost Default Return Cost: number (double)

Enter the rate you want to default to show as the cost for this item when it is returned. What you enter in this field defaults to show in the Override Rate field on item receipts. You can still change this value after it appears on the item receipt.

defaultReturnCostUnits: string
defaultRevision Default Revision: string

If a default revision has been identified, it is displayed in this field.

deferralAccount: account
deferredRevenueAccount: account
demandModifier Estimated Demand Change: number (double)

Enter the default percentage of Expected Demand Change to use for calculating item demand. For example, if you know that new customers will increase sales of this item in the future, you can enter a 10% expected demand change to be added on to previous sales totals. If no expected demand change percentage is entered, then the default value from the Set Up Inventory Management page is used.

demandSource: object
id Internal identifier: string FORECASTANDORDERS , EXISTINGORDERSANDDEPENDENTDEMAND , FORECASTCONSUMPTION , ITEMDEMANDPLAN
refName Reference Name: string
demandTimeFence Demand Time Fence: integer (int64)

Demand Time Fence defaults to the number entered in the Default Demand Time Fence field. Verify the default or enter a number between zero and 365 to determine the demand time fence for this item.

department: department
description Description: string

Enter a description for this item. This description will appear in the Description column of sales forms.

directRevenuePosting Direct Revenue Posting: boolean

Check this box to disable advanced revenue management for this item. When checked, posting transactions that include this item post directly to the item revenue account. No revenue element or revenue arrangement is created. When you check this box, the Deferred Revenue Account on the Accounting subtab is disabled. When you create sales transactions that include items that have this box checked, all the items in the transaction must have the box checked. You cannot mix items that post directly to revenue with items that post to deferred revenue in the same transaction. This restriction also applies to kit items. All items in a kit must post either to revenue or to deferred revenue. You cannot check or clear the box after the item has been used in a transaction with advanced revenue management. By default, this box is not checked.

displayName Display Name/Code: string

Enter an optional name of up to 250 characters for this item in addition to the Item Name. If you are integrating with a Yahoo! store, this field is imported from Yahoo!. The display name prints in the Item column of sales forms when Basic printing is used. If this item is a member of a kit, this name appears in the Item column when the Print Items box is checked. If you do not enter a display name, the item name appears on printed forms.

distributionCategory: nsResource
distributionNetwork: nsResource
dontShowPrice Don't Show Price: boolean

Check this box to hide the price of this item online. This is useful for items you want to advertise but don't want to sell or for items that you track inventory for and want to display but are offered in combination with other items.

dropShipExpenseAccount: account
effectiveBomControl: object
id Internal identifier: string EFFECTIVE_DATE , REVISION_CONTROL
refName Reference Name: string
enforceminqtyinternally Enforce Minimum Internally: boolean

Check this box to apply the minimum quantity restriction on sales orders generated from NetSuite. When you clear this box, but enter a number in the Minimum Quantity field, the minimum quantity is only applied to web store orders.

excludeFromSiteMap Exclude from Sitemap: boolean

Check this box to exclude a tab, category or item page from the site map.

expenseAmortizationRule: nsResource
externalId External ID: string
featuredDescription Featured Description: string

If this item is displayed on the home page of your Web site, enter a featured description for this item. This description appears below the item's store display name on the Home page of your store or site. You can enter up to 999 characters including basic HTML code. Enter and format text using the formatting options, or click the HTML Source Code link to enter HTML.

fixedBuildTime Work Order Fixed Lead Time: number (float)
fixedLotSize Fixed Lot Size: number (float)

If you selected Fixed Lot Size as the lot sizing method, then enter a quantity in the Fixed Lot Size field. This is the quantity that procurement of this item is always based on, regardless of demand projections.

fixedLotSizeUnits: string
forwardConsumptionDays Forward Consumption Days: integer (int64)
froogleProductFeed Google Base Product Feed: boolean

Check this box to include this item when exporting item lists to Froogle. Clear this box to remove this item when exporting item lists to Froogle.

futurehorizon Supply Chain Future Horizon: integer (int64)

Enter the number of days ahead you want to be included in a snapshot for this item. This will include future orders beyond the snapshot generated for this item. For example, when you select 30 in this field, open orders that are past due by 30 days are included. The default for this field is 30 days. The maximum you can enter in this field is 365 days.

gainLossAccount: account
handlingCost Handling Cost: number (double)

As an option, you may enter a handling cost for this item in dollars. You must also create a shipping item for per-item shipping and handling costs at Lists > Shipping Items > New. When this item is selected on sales orders, invoices or cash sales, the appropriate shipping and handling charges are automatically calculated.

hazmatHazardClass Hazmat Hazard Class: string

Enter the DOT hazardous material class or division.

hazmatId Hazmat Id: string

Enter the regulatory identifier for the commodity from the Federal Express Ground Hazardous Materials Shipping Guide. The format is UNXXXX, where XXXX is a four digit number.

hazmatItemUnits Hazmat Item Units: string

Enter the unit of measure for this item, such as kg or ml.

hazmatItemUnitsQty Hazmat Item Units Quantity: number (float)

Enter the quantity for the item units.

hazmatPackingGroup: object
id Internal identifier: string , DEFAULT , I , II , III
refName Reference Name: string
hazmatShippingName Hazmat Shipping Name: string

Enter the shipping name for the ID as listed in the Federal Express Ground Hazardous Materials Shipping Guide. This item appears on the OP950 form.

hierarchyVersions: assemblyItem-hierarchyVersionsCollection
id Internal ID: string
includeChildren Include Children: boolean

Check the Include Children box to share the item with all the sub-subsidiaries associated with each subsidiary selected in the Subsidiary field. Note: When sharing items across subsidiaries, all of the options selected on the item record must be compatible across subsidiaries. For example, when entering an inventory item to be shared across subsidiaries, you should select Income and Asset accounts on the item record that are also shared across the same subsidiaries.

incomeAccount: account
insertItemAttribute: object
id Internal identifier: string class , department , itemid , location , issueproduct , vendorname
refName Reference Name: string
intercoCogsAccount: account
intercoIncomeAccount: account
internalId Internal ID: integer (int64)

Use this ID number to create smart tags for your item templates, site templates, and custom Web site that you host with NetSuite.

isDropShipItem Drop Ship Item: boolean

Check the Drop Ship Item box to have this item default as a drop ship item on sales orders. When a sales transaction for a drop ship item is approved, a linked purchase order for the preferred vendor is automatically generated. The vendor ships this item to your customer directly. Note: an item can be a drop ship or a special order, but not both.

isGCoCompliant Google Checkout Compliant: boolean
isHazmatItem Hazmat/Dangerous Goods: boolean

Check this box if this item is categorized as either hazardous material or dangerous goods. These items can only be shipped using FedEx integration.

isInactive Inactive: boolean

When you check this box, this item will no longer appear on a list unless you check the Show All box at the bottom of the list page.

isLotItem Lot Numbered: boolean
isOnline Display in Website: boolean

Check this box to make this item available online in your Web site. You cannot sell this item online unless you check this box. If the item is of the Other Charge for Sale or Resale subtype, checking this box does not make it available in the web store catalog. However, it becomes available during web store checkout.

isPhantom Phantom: boolean

Check this box to mark the Item Source for this item on any bill of materials as Phantom by default. The item source value will also be applied to any work order issued which uses this item. The default value can be overridden on the item source field on the Bill of Materials or Work Order record.

isSerialItem Serialized: boolean
isSpecialOrderItem Special Order Item: boolean

Check this box if you want this item to default as a special order on sales transactions. When a sales transaction for a special order item is approved, a linked purchase order is automatically generated. Then, the order cannot be fulfilled until the linked purchase order is received. Special order items can be used for custom orders or "just-in-time" inventory. Important: You must identify a preferred vendor and a purchase price on an item record in order for that item to be selected as a special order. Note: An item can be a drop ship or a special order, but not both.

isSpecialWorkOrderItem Special Work Order Item: boolean

If this box is checked, when this item is selected on a sales order, the box in the Create WO column is checked by default. Clear this box to have the Create WO box default to cleared.

isStorePickupAllowed Store Pickup Allowed: boolean

If this box is checked, indicates that at least one location allows store pickup of the item. If you clear the Allow Store Pickup box in the Locations sublist for all locations, this box is also cleared when you save the item record. This field is read only.

issueProduct: nsResource
itemCarrier: object
id Internal identifier: string ups , nonups
refName Reference Name: string
itemId Item Name/Number: string

Enter up to 250 characters for the name of this item. This name appears in lists on transactions. If you have the option of entering a display name and do not, the item name prints in the Item column of sales forms when Basic printing is used. If you have the option to enter a vendor name and do not, the item name prints in the Item column of purchase forms. If you have entered a display name, it will print on purchases instead of the item name when Basic printing is used.

itemProcessFamily: nsResource
itemProcessGroup: nsResource
itemRevenueCategory: nsResource
itemShipMethod: shipItemCollection
itemType: object
id Internal identifier: string Group , Description , Discount , EndGroup , GiftCert , Subtotal , Service , ShipItem , TaxItem , InvtPart , Payment , Expense , NonInvtPart , TaxGroup , Kit , Markup , DwnLdItem , OthCharge , Assembly , SubscriPlan
refName Reference Name: string
itemVendor: assemblyItem-itemVendorCollection
lastModifiedDate Last Modified: string (date-time)
lastPurchasePrice Last Purchase Price: number (double)

This field displays the most recent purchase price of the item. This price is determined by the most recent transaction for the item that added positive inventory, such as a purchase receipt, inventory transfer or inventory adjustment. (This does not include item returns or assembly unbuilds.) If two transactions are entered on the same day, the one entered later takes precedence and is used to calculate the last purchase price. When you use the Multiple-Location Inventory feature, the following is true: * The last purchase price reflects the most recent transaction at any location. * The Inventory subtab of inventory item records includes a link to the last positive-inventory transaction per location. * If multiple purchases are made on the same day with different prices and locations, then the highest price paid on that day becomes the last purchase price. If you use Multiple Units of Measure, the last purchase price is calculated using purchase units.

leadTime Purchase Lead Time: integer (int64)

Lead time is the average number of days between ordering this item from the vendor and receiving it. * Auto-Calculating – Check the Auto-Calculate box if you want NetSuite to calculate the lead time based on the most recent order history of this item. Lead time is calculated by taking the number of days between the order entry and receipt on the three most recent purchase orders, and dividing by three. If more than three purchase orders exist, all purchase orders within the period specified in the Order Analysis Interval field on the Inventory Management Preferences dialog will be used. o If there are multiple receipts for the item against the same purchase order, the calculation is made using the difference between the purchase order and the last receipt (the receipt that fully receives the order). o Lead time calculation is not weighted by number of units received. o More recent purchase orders without receipts are ignored. * Manually Calculating – Clear the Auto-Calculate box to manually enter a lead time value in days. If the Auto-Calculate box is cleared and no value is entered, then the default value from the Set Up Inventory Management page is used.

links Links: nsLink
nsLink
location: location
locations: assemblyItem-locationsCollection
manufacturer Manufacturer: string

Enter the name of the company that manufactures this item.

manufacturerAddr1 Manufacturer Address: string

Enter the address of the manufacturer. This is necessary to fill out international shipping forms when you sell and ship this item.

manufacturerCity Manufacturer City: string

Enter the city location of the manufacturer of this item. This is necessary to automatically fill out international forms when you ship this item across borders.

manufacturerState Manufacturer State: string

Enter the state where this item's manufacturer is located. This is necessary to fill out international forms when you ship this item.

manufacturerTariff HS Tariff Number: string

Enter the Harmonized System (HS) tariff code number or the Harmonized Tariff Schedule (HTS) code number. This number should be six to ten characters.

manufacturerTaxId Manufacturer Tax Id: string

Enter the Tax ID Number (TIN) for the manufacturer.

manufacturerZip Manufacturer Zip Code: string

Enter the postal code of the location of this manufacturer. This is necessary to create international forms when you ship this item.

matchBillToReceipt Match Bill To Receipt: boolean

Check the Match Bill to Receipt box if you want the Match Bill to Receipt box on transaction lines to be checked by default for this item. This enables you to generate variances based on vendor bill lines. Then, on the Post Vendor Bill Variances page, you must select Bill in the Transaction Type field to generate the variance postings. Purchase orders that include this item default to have this box checked and variances are generated based on vendor bill lines. Clear this box if you want to generate variance postings based on purchase order lines rather than vendor bill lines and do not want the Match Bill to Receipt box to be checked by default on transaction lines for this item. Then, on the Post Vendor Bill Variances page, you must select Purchase Order in the Transaction Type field to generate the variance postings. This preference defaults to be disabled. Even when enabled, this option can be changed on individual purchase order lines.

matrixItemNameTemplate Matrix Item Name Template: string

This field is used to control how the matrix item will be displayed in the Matrix Item Name/Number field. Compose the order in which attributes and matrix options are displayed by selecting from the Insert Item Attribute and Insert Matrix Option dropdown lists. Add custom separator characters to easier distinguish the various options. Example: Item Name: Fabric / Color / Waist / Length [Location]

matrixItemNameTemplateHelp Matrix Item Name Template: string
matrixType: object
id Internal identifier: string , PARENT , CHILD
refName Reference Name: string
maximumquantity Maximum Order Qty: integer (int64)

Enter the greatest quantity of this item that customers can purchase. If customers enter an item quantity above the maximum amount, a warning message is displayed. Web store customers are unable to complete checkout unless they enter a quantity equal to or below the maximum quantity. Leave this field empty to allow customers to check out without maximum quantity restrictions. You can edit this warning at Setup > Site Builder/SuiteCommerce Advanced > Customize Text.

member: assemblyItem-memberCollection
metaTagHtml Meta Tag HTML: string

Enter the Meta Tag HTML you want to appear in the < head > section of this item page. Meta tags enable your Web site to be found by search engines.

minimumquantity Minimum Order Qty: integer (int64)

Enter the lowest quantity that customers can purchase. Web store customers receive a warning and cannot check out if they enter an item quantity below this minimum. Leave this field empty to allow customers to check out with no minimum quantity restrictions. You can edit this warning at Setup > Site Builder/SuiteCommerce Advanced > Customize Text.

mpn Manufacturer Part Number: string

MPN (Manufacturers Part Number) - Enter the part number used by the manufacturer to identify this item.

multManufactureAddr Multiple Manufacturer Addresses: boolean

Check the Multiple Manufacture Addresses box if this manufacturer uses more than one address.

nexTagCategory NexTag Category: string

Enter the name of the NexTag category this item should be included in. This category is included in the product feeds you can export at Setup > Web Site > Product Feeds.

nexTagProductFeed NexTag Product Feed: boolean

Check this box to include this item when exporting item lists to NexTag. Clear this box to remove this item when exporting item lists to NexTag.

noPriceMessage No Price Message: string

If you opted to not show a price online, enter the message that should show instead of the price. For example, you might enter "Call for Price."

offerSupport Offer Support: boolean

Check this box to offer support for this particular item. By offering support for items, customers can select on case records which item they are having trouble with.

onSpecial On Special: boolean

If you want to put this item on special, check this box. The item then appears in the Specials category in your store or site.

outOfStockBehavior: object
id Internal identifier: string DISABLE , ENABLENMSG , REMOVE , ENABLE , DEFAULT
refName Reference Name: string
outOfStockMessage Out Of Stock Message: string

You can enter a custom out of stock message for this item. The message here replaces the default out of stock message.

overallQuantityPricingType: object
id Internal identifier: string ITEM , PARENT , SCHEDULE
refName Reference Name: string
pageTitle Page Title: string

Enter the text you want to appear as the page's title for this item. This text appears in the browser tab. Use a descriptive title for the item page, this can help achieve better results with search engine ranking.

parent: assemblyItem
parentOnly Use as Category Only: boolean
periodicLotSizeDays Periods of Supply Increment: integer (int64)
periodicLotSizeType: object
id Internal identifier: string INTERVAL , WEEKLY , MONTHLY
refName Reference Name: string
planningItemCategory: nsResource
preferenceCriterion: object
id Internal identifier: string , A , B , C , D , E , F
refName Reference Name: string
preferredLocation: location
preferredStockLevel Preferred Stock Level: number (float)

The preferred stock level is the optimum quantity to maintain in stock of an item. The quantity you enter here is used to determine your replenishment needs on the Order Items page. It is the quantity you want to have in stock after an order is placed. * Auto-Calculating – Check the Auto-Calculate box if you want NetSuite to calculate the preferred stock level based on demand for the item. The preferred stock level is calculated as: (daily demand * number of days supply preferred). If no preferred stock level is identified, then the default preferred stock level is used from the Set Up Inventory Management page. * Manually Calculating – Clear the Auto-Calculate box to manually enter the preferred stock quantity. The preferred stock level you set is used to calculate the quantity of items to be ordered on the Order Items page.

preferredStockLevelDays Days: number (float)

The preferred stock level is the optimum quantity to maintain in stock of an item. The quantity you enter here is used to determine your replenishment needs on the Order Items page. It is the quantity you want to have in stock after an order is placed. * Auto-Calculating – Check the Auto-Calculate box if you want NetSuite to calculate the preferred stock level based on demand for the item. The preferred stock level is calculated as: (daily demand * number of days supply preferred). If no preferred stock level is identified, then the default preferred stock level is used from the Set Up Inventory Management page. * Manually Calculating – Clear the Auto-Calculate box to manually enter the preferred stock quantity. The preferred stock level you set is used to calculate the quantity of items to be ordered on the Order Items page.

preferredStockLevelUnits: string
presentationItem: assemblyItem-presentationItemCollection
price: assemblyItem-price
pricesIncludeTax Prices Include Tax: boolean

Check this box to save the base price as the tax inclusive price. Clear this box to save the base price as the tax exclusive price.

pricingGroup: pricingGroup
printItems Print Items: boolean

Check this box to display the member items with their respective display names, quantities and descriptions on sales and purchase forms. Clear this box to display only the description and amount of the group or kit on sales and purchase forms. Note: Assembly items do not display on purchase forms even when this box is checked. Also note that member items are never shown on printed forms; only one line with the group name and summary is printed.

prodPriceVarianceAcct: account
prodQtyVarianceAcct: account
purchaseDescription Purchase Description: string

Enter up to 999 characters of text for a description of this item to appear on vendor orders. Include the unit of measure in this description.

purchaseOrderAmount Vendor Bill - Purchase Order Amount Tolerance: number (float)

Enter the tolerance limit for the discrepancy between the amount on the vendor bill and purchase order.

purchaseOrderQuantity Vendor Bill - Purchase Order Quantity Tolerance: number (float)

Enter the tolerance limit for the discrepancy between the quantity on the vendor bill and purchase order.

purchaseOrderQuantityDiff Vendor Bill - Purchase Order Quantity Difference: number (float)

Enter the difference limit for the discrepancy between the quantity on the vendor bill and purchase order.

purchasePriceVarianceAcct: account
purchaseUnit Primary Purchase Unit: string

Select the unit you use to purchase this item from the vendor.

quantityAvailable Quantity Available: number (float)
quantityAvailableBase Quantity Available (Base Unit): number (float)
quantityBackOrdered Quantity Back Ordered: number (float)
quantityCommitted Quantity Committed: number (float)

This field shows the number of this item that are already committed to be sold and are currently showing on orders.

quantityOnHand Quantity On Hand: number (float)

This field shows the quantity of this item you have on hand.

quantityOnHandBase Quantity On Hand (Base Unit): number (float)
quantityOnOrder Quantity On Order: number (float)

This field shows the quantity of this item you currently have on order with the vendor.

quantityPricingSchedule: nsResource
rate Price: number (double)

Enter the rate for this discount or markup. The rate can be either a percentage or dollar amount. A percentage discount must be followed by a % sign. A dollar amount should be entered as a positive number.

rateIncludingTax Price Including Tax: number (double)
receiptAmount Vendor Bill - Item Receipt Amount Tolerance: number (float)

Enter the tolerance limit for the discrepancy between the amount on the vendor bill and item receipt.

receiptQuantity Vendor Bill - Item Receipt Quantity Tolerance: number (float)

Enter the tolerance limit for the discrepancy between the quantity on the vendor bill and item receipt.

receiptQuantityDiff Vendor Bill - Item Receipt Quantity Difference: number (float)

Enter the difference limit for the discrepancy between the quantity on the vendor bill and item receipt.

refName Reference Name: string
reorderMultiple Reorder Multiple: integer (int64)

Enter the quantity you prefer to order of this item each time. Then, the Order Items page suggests ordering a quantity of this item that is always multiple of the number you enter. For example, if the vendor only accepts orders in multiples of one thousand, you would enter 1000 in this field. Then, the Order items page might suggest that you order 1000 or 2000, but not 1500. Note: If you use the Multiple Units of Measure feature, the reorder multiple always functions in base units.

reorderPoint Build Point: number (float)

The Reorder Point is the quantity level at which you need to reorder or build more of this item. * Auto-Calculating – Check the Auto-Calculate box if you want NetSuite to calculate the reorder point based on demand for the item over time. The reorder point depends on the safety stock definition and is calculated as follows: o Without safety stock defined: Reorder point = (average lead time days * demand) o With safety stock defined in days: Reorder point = [(average lead time days + safety stock days) * demand] o With safety stock quantity defined: Reorder point = [(average lead time days * demand) + safety stock quantity) * Manually Calculating – Clear the Auto-Calculate box if you want to manually enter the point at which to reorder or build more of this item. If you go to Home > User Preferences and place a check mark in the Inventory Level Warnings box, you are reminded when you have reached the reorder point.

reorderPointUnits: string
rescheduleInDays Reschedule In Days: integer (int64)

In the Reschedule In Days field, enter a number between one and 90 that is the maximum number of days that the order can be advanced from the current day. For example, if you enter 10 in this field, an order for this item can be moved up ten days earlier, but not eleven or more days. This field defaults to be blank. Note: If this field is left blank, NetSuite does not make recommendations to reschedule orders for this item to a later date.

rescheduleOutDays Reschedule Out Days: integer (int64)

In the Reschedule Out Days field, enter a number between one and 180 that is the maximum number of days that the order can be delayed from the current day. For example, if you enter 10 in this field, an order for this item can be moved to ten days later, but not eleven or more days. This field defaults to be blank. Note: If this field is left blank, NetSuite does not make recommendations to reschedule orders for this item to a later date.

residual Residual: number (double)
revRecForecastRule: nsResource
revReclassFxAccount: account
revenueAllocationGroup: nsResource
revenueRecognitionRule: nsResource
rotationType: object
id Internal identifier: string LEFO , FEFO
refName Reference Name: string
roundUpAsComponent Round Up Quantity as Component: boolean

If you use the component yield preference, depending on your setti