createNetsuiteCustomRecordPayload
Result of creating a NetSuite custom record; on failure message
carries the reason.
type createNetsuiteCustomRecordPayload {
success: Boolean!
id: String
message: String
}
Fields
createNetsuiteCustomRecordPayload.success ● Boolean! non-null scalar
True when the record was created in NetSuite.
createNetsuiteCustomRecordPayload.id ● String scalar
Internal id of the newly created custom record, when successful.
createNetsuiteCustomRecordPayload.message ● String scalar
Human-readable status or error message.
Returned By
createNetsuiteCustomRecord mutation